Fixed javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1590561 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7299b17954
commit
6ac6478ba2
|
@ -21,8 +21,8 @@ import org.apache.commons.math3.ode.sampling.StepInterpolator;
|
|||
import org.apache.commons.math3.util.FastMath;
|
||||
|
||||
/**
|
||||
* This class implements a step interpolator for second order
|
||||
* Runge-Kutta integrator.
|
||||
* This class represents an interpolator over the last step during an
|
||||
* ODE integration for the 6th order Luther integrator.
|
||||
*
|
||||
* <p>This interpolator computes dense output inside the last
|
||||
* step computed. The interpolation equation is consistent with the
|
||||
|
|
Loading…
Reference in New Issue