javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@791247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e4a8fdfdf1
commit
1805ad4cac
|
@ -210,7 +210,7 @@ public abstract class MultistepIntegrator extends AdaptiveStepsizeIntegrator {
|
||||||
* @param first first scaled derivative at step start
|
* @param first first scaled derivative at step start
|
||||||
* @param multistep scaled derivatives after step start (hy'1, ..., hy'k-1)
|
* @param multistep scaled derivatives after step start (hy'1, ..., hy'k-1)
|
||||||
* will be modified
|
* will be modified
|
||||||
* @return high order derivatives at step start
|
* @return high order scaled derivatives at step start
|
||||||
*/
|
*/
|
||||||
protected abstract Array2DRowRealMatrix initializeHighOrderDerivatives(final double[] first,
|
protected abstract Array2DRowRealMatrix initializeHighOrderDerivatives(final double[] first,
|
||||||
final double[][] multistep);
|
final double[][] multistep);
|
||||||
|
|
Loading…
Reference in New Issue