Fix typos in doc and errors in the demo code.

Change-Id: I237402958ed8747ae438643132fcab90113ac27d
This commit is contained in:
Kuang Fangjun
2018-09-22 11:53:42 +08:00
parent 860b551e51
commit 0d3a84fce5
25 changed files with 61 additions and 62 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ Notice that compared to numeric differentiation, the only difference
when defining the functor for use with automatic differentiation is
the signature of the ``operator()``.
In the case of numeric differentition it was
In the case of numeric differentiation it was
.. code-block:: c++
@@ -152,7 +152,7 @@ The summation notation gets tedious, so we will also just write
.. math::
x = a + \mathbf{v}.
where the :math:`\epsilon_i`'s are implict. Then, using the same
where the :math:`\epsilon_i`'s are implicit. Then, using the same
Taylor series expansion used above, we can see that:
.. math::