typo.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/2a690ee8 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/2a690ee8 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/2a690ee8 Branch: refs/heads/master Commit: 2a690ee895304076f6b0c984f52afed0cae37bf1 Parents: 305934d Author: Luc Maisonobe <[email protected]> Authored: Wed Jan 6 14:18:56 2016 +0100 Committer: Luc Maisonobe <[email protected]> Committed: Wed Jan 6 14:18:56 2016 +0100 ---------------------------------------------------------------------- src/site/xdoc/userguide/ode.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/2a690ee8/src/site/xdoc/userguide/ode.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/userguide/ode.xml b/src/site/xdoc/userguide/ode.xml index ffbebc6..4d20b1f 100644 --- a/src/site/xdoc/userguide/ode.xml +++ b/src/site/xdoc/userguide/ode.xml @@ -315,7 +315,7 @@ public int eventOccurred(double t, double[] y, boolean increasing) { href="../apidocs/org/apache/commons/math4/ode/JacobianMatrices.html">JacobianMatrices</a> class can do most of this as long as the local derivatives are provided to it. It will set up the variational equations, register them as secondary equations into the ODE, and it will set up the initial values and retrieve the intermediate - and finale values as Jacobian matrices. + and final values as Jacobian matrices. </p> <p> If for example the original state dimension is 6 and there are 3 parameters, the compound state will be a 60
