Repository: commons-math
Updated Branches:
  refs/heads/MATH_3_X cc606e54c -> d70c56632


Javadoc.

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/d70c5663
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/d70c5663
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/d70c5663

Branch: refs/heads/MATH_3_X
Commit: d70c56632085ccc60df1e5bc6ce4c4bbac63ea30
Parents: cc606e5
Author: Luc Maisonobe <l...@apache.org>
Authored: Fri Jan 1 15:11:57 2016 +0100
Committer: Luc Maisonobe <l...@apache.org>
Committed: Fri Jan 1 15:11:57 2016 +0100

----------------------------------------------------------------------
 .../commons/math3/geometry/euclidean/threed/FieldRotation.java   | 4 ++--
 .../apache/commons/math3/ode/nonstiff/AdamsFieldIntegrator.java  | 2 +-
 .../math3/ode/nonstiff/AdamsNordsieckFieldTransformer.java       | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/d70c5663/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.java
 
b/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.java
index 51aeadc..4e2278b 100644
--- 
a/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.java
+++ 
b/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.java
@@ -112,7 +112,7 @@ public class FieldRotation<T extends RealFieldElement<T>> 
implements Serializabl
      * @param angle rotation angle.
      * @exception MathIllegalArgumentException if the axis norm is zero
      * @deprecated as of 3.6, replaced with {@link
-     * #FieldRotation(FieldVector3D, RealFieldElement, RotationConvention)
+     * #FieldRotation(FieldVector3D, RealFieldElement, RotationConvention)}
      */
     @Deprecated
     public FieldRotation(final FieldVector3D<T> axis, final T angle)
@@ -1401,7 +1401,7 @@ public class FieldRotation<T extends RealFieldElement<T>> 
implements Serializabl
     /** Apply the inverse of the instance to another rotation.
      * <p>
      * Calling this method is equivalent to call
-     * {@link #composeInverse(FieldRotation<T>, RotationConvention)
+     * {@link #composeInverse(FieldRotation, RotationConvention)
      * composeInverse(r, RotationConvention.VECTOR_OPERATOR)}.
      * </p>
      * @param r rotation to apply the rotation to

http://git-wip-us.apache.org/repos/asf/commons-math/blob/d70c5663/src/main/java/org/apache/commons/math3/ode/nonstiff/AdamsFieldIntegrator.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/math3/ode/nonstiff/AdamsFieldIntegrator.java 
b/src/main/java/org/apache/commons/math3/ode/nonstiff/AdamsFieldIntegrator.java
index e1f9b6d..fcd9397 100644
--- 
a/src/main/java/org/apache/commons/math3/ode/nonstiff/AdamsFieldIntegrator.java
+++ 
b/src/main/java/org/apache/commons/math3/ode/nonstiff/AdamsFieldIntegrator.java
@@ -118,7 +118,7 @@ public abstract class AdamsFieldIntegrator<T extends 
RealFieldElement<T>> extend
      * @param highOrder high order scaled derivatives
      * (h<sup>2</sup>/2 y'', ... h<sup>k</sup>/k! y(k))
      * @return updated high order derivatives
-     * @see #updateHighOrderDerivativesPhase2(double[], double[], 
Array2DRowFieldMatrix)
+     * @see #updateHighOrderDerivativesPhase2(RealFieldElement[], 
RealFieldElement[], Array2DRowFieldMatrix)
      */
     public Array2DRowFieldMatrix<T> updateHighOrderDerivativesPhase1(final 
Array2DRowFieldMatrix<T> highOrder) {
         return transformer.updateHighOrderDerivativesPhase1(highOrder);

http://git-wip-us.apache.org/repos/asf/commons-math/blob/d70c5663/src/main/java/org/apache/commons/math3/ode/nonstiff/AdamsNordsieckFieldTransformer.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/math3/ode/nonstiff/AdamsNordsieckFieldTransformer.java
 
b/src/main/java/org/apache/commons/math3/ode/nonstiff/AdamsNordsieckFieldTransformer.java
index 5fa7c7b..b8f872b 100644
--- 
a/src/main/java/org/apache/commons/math3/ode/nonstiff/AdamsNordsieckFieldTransformer.java
+++ 
b/src/main/java/org/apache/commons/math3/ode/nonstiff/AdamsNordsieckFieldTransformer.java
@@ -328,7 +328,7 @@ public class AdamsNordsieckFieldTransformer<T extends 
RealFieldElement<T>> {
      * @param highOrder high order scaled derivatives
      * (h<sup>2</sup>/2 y'', ... h<sup>k</sup>/k! y(k))
      * @return updated high order derivatives
-     * @see #updateHighOrderDerivativesPhase2(double[], double[], 
Array2DRowFieldMatrix)
+     * @see #updateHighOrderDerivativesPhase2(RealFieldElement[], 
RealFieldElement[], Array2DRowFieldMatrix)
      */
     public Array2DRowFieldMatrix<T> updateHighOrderDerivativesPhase1(final 
Array2DRowFieldMatrix<T> highOrder) {
         return update.multiply(highOrder);

Reply via email to