This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git
commit 4a36e444912c5a21e000608079fb861f79ff6722 Author: Matty G <[email protected]> AuthorDate: Fri Sep 27 08:13:19 2019 -0700 Typo --- src/site/xdoc/userguide/ode.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/userguide/ode.xml b/src/site/xdoc/userguide/ode.xml index 1153bd7..0be9b86 100644 --- a/src/site/xdoc/userguide/ode.xml +++ b/src/site/xdoc/userguide/ode.xml @@ -37,7 +37,7 @@ </p> <p> All integrators provide dense output. This means that besides computing the state vector - at discrete times, they also provide a cheap mean to get both the state and its derivative + at discrete times, they also provide a cheap means to get both the state and its derivative between the time steps. They do so through classes extending the <a href="../apidocs/org/apache/commons/math4/ode/sampling/StepInterpolator.html">StepInterpolator</a> abstract class, which are made available to the user at the end of each step.
