[2/4] [math] Javadoc.

2017-08-09 Thread erans
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/496934ef
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/496934ef
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/496934ef

Branch: refs/heads/master
Commit: 496934effc75fffa43a153c2e326fc3ed17cfd56
Parents: 05c28c0
Author: Gilles 
Authored: Wed Aug 9 13:56:01 2017 +0200
Committer: Gilles 
Committed: Wed Aug 9 13:56:01 2017 +0200

--
 .../commons/math4/stat/descriptive/DescriptiveStatistics.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/commons-math/blob/496934ef/src/main/java/org/apache/commons/math4/stat/descriptive/DescriptiveStatistics.java
--
diff --git 
a/src/main/java/org/apache/commons/math4/stat/descriptive/DescriptiveStatistics.java
 
b/src/main/java/org/apache/commons/math4/stat/descriptive/DescriptiveStatistics.java
index ac40dad..70fbcd9 100644
--- 
a/src/main/java/org/apache/commons/math4/stat/descriptive/DescriptiveStatistics.java
+++ 
b/src/main/java/org/apache/commons/math4/stat/descriptive/DescriptiveStatistics.java
@@ -132,7 +132,7 @@ public class DescriptiveStatistics implements 
StatisticalSummary, Serializable {
  * Construct a {@code DescriptiveStatistics} instance with an infinite
  * window and the initial data values in {@code initialDoubleArray}.
  * If {@code initialDoubleArray} is {@code null}, then this constructor
- * corresponds to {@link #DescriptiveStatistics() }.
+ * corresponds to the {@link #DescriptiveStatistics() default constructor}.
  *
  * @param initialDoubleArray the initial double[].
  */



[2/4] [math] Javadoc.

2017-05-28 Thread erans
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 
Authored: Mon May 29 02:22:23 2017 +0200
Committer: Gilles 
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> 
implements Serializabl
  * algorithms to preserve accuracy and reduce cancellation effects.
  * It should be very accurate even for nearly orthogonal vectors.
  * 
- * @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> 
implements Serializabl
  * algorithms to preserve accuracy and reduce cancellation effects.
  * It should be very accurate even for nearly orthogonal vectors.
  * 
- * @see MathArrays#linearCombination(double, double, double, double, 
double, double)
+ *
  * @param v second vector
  * @return the dot product this.v
  */