git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1588755 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2014-04-20 13:30:16 +00:00
parent 931a67ff52
commit 2985728c00
5 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,7 @@ package org.apache.commons.math3.ode.nonstiff;
* @see GillIntegrator
* @see MidpointIntegrator
* @see ThreeEighthesIntegrator
* @see LutherIntegrator
* @version $Id$
* @since 1.2
*/

View File

@ -42,6 +42,7 @@ package org.apache.commons.math3.ode.nonstiff;
* @see ClassicalRungeKuttaIntegrator
* @see GillIntegrator
* @see ThreeEighthesIntegrator
* @see LutherIntegrator
* @version $Id$
* @since 1.2
*/

View File

@ -40,6 +40,7 @@ import org.apache.commons.math3.util.FastMath;
* @see ClassicalRungeKuttaIntegrator
* @see MidpointIntegrator
* @see ThreeEighthesIntegrator
* @see LutherIntegrator
* @version $Id$
* @since 1.2
*/

View File

@ -35,6 +35,8 @@ package org.apache.commons.math3.ode.nonstiff;
* @see EulerIntegrator
* @see ClassicalRungeKuttaIntegrator
* @see GillIntegrator
* @see ThreeEighthesIntegrator
* @see LutherIntegrator
*
* @version $Id$
* @since 1.2

View File

@ -38,6 +38,7 @@ package org.apache.commons.math3.ode.nonstiff;
* @see ClassicalRungeKuttaIntegrator
* @see GillIntegrator
* @see MidpointIntegrator
* @see LutherIntegrator
* @version $Id$
* @since 1.2
*/