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
@@ -97,7 +97,7 @@ function does not matter. Interfacing this function with
:class:`CostFunctionToFunctor`. The resulting object is a functor
with a templated :code:`operator()` method, which pipes the
Jacobian computed by :class:`NumericDiffCostFunction` into the
approproate :code:`Jet` objects.
appropriate :code:`Jet` objects.
An implementation of the above three steps looks as follows:
@@ -168,7 +168,7 @@ is a two step process:
:class:`CostFunctionToFunctor`. The resulting object is a functor
with a templated :code:`operator()` method, which pipes the
Jacobian computed by :class:`NumericDiffCostFunction` into the
approproate :code:`Jet` objects.
appropriate :code:`Jet` objects.
The resulting code will look as follows: