Javadoc. Methods moved to "Commons Numbers".
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/bb5568bd Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/bb5568bd Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/bb5568bd Branch: refs/heads/master Commit: bb5568bdc24986ee62ccdfcfd945f6aab8b6caf1 Parents: 44ff5b5 Author: Gilles <er...@apache.org> Authored: Mon May 29 02:22:23 2017 +0200 Committer: Gilles <er...@apache.org> Committed: Mon May 29 02:22:23 2017 +0200 ---------------------------------------------------------------------- .../commons/math4/geometry/euclidean/threed/FieldVector3D.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/bb5568bd/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldVector3D.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldVector3D.java b/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldVector3D.java index c49dd76..6543e00 100644 --- a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldVector3D.java +++ b/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldVector3D.java @@ -752,7 +752,7 @@ public class FieldVector3D<T extends RealFieldElement<T>> implements Serializabl * algorithms to preserve accuracy and reduce cancellation effects. * It should be very accurate even for nearly orthogonal vectors. * </p> - * @see MathArrays#linearCombination(double, double, double, double, double, double) + * * @param v second vector * @return the dot product this.v */ @@ -766,7 +766,7 @@ public class FieldVector3D<T extends RealFieldElement<T>> implements Serializabl * algorithms to preserve accuracy and reduce cancellation effects. * It should be very accurate even for nearly orthogonal vectors. * </p> - * @see MathArrays#linearCombination(double, double, double, double, double, double) + * * @param v second vector * @return the dot product this.v */