git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@791247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-07-05 14:02:41 +00:00
parent e4a8fdfdf1
commit 1805ad4cac
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ public abstract class MultistepIntegrator extends AdaptiveStepsizeIntegrator {
* @param first first scaled derivative at step start
* @param multistep scaled derivatives after step start (hy'1, ..., hy'k-1)
* 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,
final double[][] multistep);