typos
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1503712 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4cbb775abb
commit
fd871b977a
|
@ -121,11 +121,11 @@ public class NordsieckStepInterpolator extends AbstractStepInterpolator {
|
|||
* <p>Beware that all arrays <em>must</em> be references to integrator
|
||||
* arrays, in order to ensure proper update without copy.</p>
|
||||
* @param time time at which all arrays are defined
|
||||
* @param stepSize step size used in the scaled and nordsieck arrays
|
||||
* @param stepSize step size used in the scaled and Nordsieck arrays
|
||||
* @param scaledDerivative reference to the integrator array holding the first
|
||||
* scaled derivative
|
||||
* @param nordsieckVector reference to the integrator matrix holding the
|
||||
* nordsieck vector
|
||||
* Nordsieck vector
|
||||
*/
|
||||
public void reinitialize(final double time, final double stepSize,
|
||||
final double[] scaledDerivative,
|
||||
|
@ -141,9 +141,9 @@ public class NordsieckStepInterpolator extends AbstractStepInterpolator {
|
|||
}
|
||||
|
||||
/** Rescale the instance.
|
||||
* <p>Since the scaled and Nordiseck arrays are shared with the caller,
|
||||
* <p>Since the scaled and Nordsieck arrays are shared with the caller,
|
||||
* this method has the side effect of rescaling this arrays in the caller too.</p>
|
||||
* @param stepSize new step size to use in the scaled and nordsieck arrays
|
||||
* @param stepSize new step size to use in the scaled and Nordsieck arrays
|
||||
*/
|
||||
public void rescale(final double stepSize) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue