Fix javadoc issues
This commit is contained in:
parent
8e20a6e04b
commit
5634d8c4cc
|
@ -45,7 +45,7 @@ import org.apache.commons.math4.ode.sampling.StepInterpolator;
|
|||
*
|
||||
* where θ belongs to [0 ; 1] and where y'<sub>1</sub> to y'<sub>4</sub> are the four
|
||||
* evaluations of the derivatives already computed during the
|
||||
* step.</p>
|
||||
* step.
|
||||
*
|
||||
* @see ClassicalRungeKuttaIntegrator
|
||||
* @since 1.2
|
||||
|
|
|
@ -38,7 +38,7 @@ import org.apache.commons.math4.ode.FieldODEStateAndDerivative;
|
|||
* </ul>
|
||||
*
|
||||
* where θ belongs to [0 ; 1] and where y' is the evaluation of
|
||||
* the derivatives already computed during the step.</p>
|
||||
* the derivatives already computed during the step.
|
||||
*
|
||||
* @see EulerFieldIntegrator
|
||||
* @param <T> the type of the field elements
|
||||
|
|
|
@ -35,7 +35,7 @@ import org.apache.commons.math4.ode.sampling.StepInterpolator;
|
|||
* </ul>
|
||||
*
|
||||
* where θ belongs to [0 ; 1] and where y' is the evaluation of
|
||||
* the derivatives already computed during the step.</p>
|
||||
* the derivatives already computed during the step.
|
||||
*
|
||||
* @see EulerIntegrator
|
||||
* @since 1.2
|
||||
|
|
|
@ -45,7 +45,7 @@ import org.apache.commons.math4.util.FastMath;
|
|||
* </ul>
|
||||
* where θ belongs to [0 ; 1] and where y'<sub>1</sub> to y'<sub>4</sub>
|
||||
* are the four evaluations of the derivatives already computed during
|
||||
* the step.</p>
|
||||
* the step.
|
||||
*
|
||||
* @see GillIntegrator
|
||||
* @since 1.2
|
||||
|
|
|
@ -41,9 +41,8 @@ import org.apache.commons.math4.util.FastMath;
|
|||
* for this code is available <a
|
||||
* href="http://www.unige.ch/~hairer/prog/licence.txt">here</a>, for
|
||||
* convenience, it is reproduced below.</p>
|
||||
* </p>
|
||||
*
|
||||
* <table border="0" width="80%" cellpadding="10" align="center" bgcolor="#E0E0E0">
|
||||
* <table border="0" width="80%" cellpadding="10" style="text-align: center; background-color: #E0E0E0;" summary="odex redistribution policy">
|
||||
* <tr><td>Copyright (c) 2004, Ernst Hairer</td></tr>
|
||||
*
|
||||
* <tr><td>Redistribution and use in source and binary forms, with or
|
||||
|
|
|
@ -37,7 +37,7 @@ import org.apache.commons.math4.ode.sampling.StepInterpolator;
|
|||
*
|
||||
* where θ belongs to [0 ; 1] and where y'<sub>1</sub> and y'<sub>2</sub> are the two
|
||||
* evaluations of the derivatives already computed during the
|
||||
* step.</p>
|
||||
* step.
|
||||
*
|
||||
* @see MidpointIntegrator
|
||||
* @since 1.2
|
||||
|
|
|
@ -50,7 +50,7 @@ import org.apache.commons.math4.ode.FieldODEStateAndDerivative;
|
|||
*
|
||||
* where θ belongs to [0 ; 1] and where y'<sub>1</sub> to y'<sub>4</sub> are the four
|
||||
* evaluations of the derivatives already computed during the
|
||||
* step.</p>
|
||||
* step.
|
||||
*
|
||||
* @see ThreeEighthesFieldIntegrator
|
||||
* @param <T> the type of the field elements
|
||||
|
|
|
@ -47,7 +47,7 @@ import org.apache.commons.math4.ode.sampling.StepInterpolator;
|
|||
*
|
||||
* where θ belongs to [0 ; 1] and where y'<sub>1</sub> to y'<sub>4</sub> are the four
|
||||
* evaluations of the derivatives already computed during the
|
||||
* step.</p>
|
||||
* step.
|
||||
*
|
||||
* @see ThreeEighthesIntegrator
|
||||
* @since 1.2
|
||||
|
|
Loading…
Reference in New Issue