You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2015/08/14 16:33:17 UTC

[math] Javadoc.

Repository: commons-math
Updated Branches:
  refs/heads/master 4f73871cf -> 41ee94f00


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/41ee94f0
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/41ee94f0
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/41ee94f0

Branch: refs/heads/master
Commit: 41ee94f009082b6acb4c5e48babc9b2753776c9d
Parents: 4f73871
Author: Gilles <er...@apache.org>
Authored: Fri Aug 14 16:32:40 2015 +0200
Committer: Gilles <er...@apache.org>
Committed: Fri Aug 14 16:32:40 2015 +0200

----------------------------------------------------------------------
 .../math4/analysis/interpolation/InterpolatingMicrosphere.java   | 4 ++--
 .../interpolation/MicrosphereProjectionInterpolator.java         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/41ee94f0/src/main/java/org/apache/commons/math4/analysis/interpolation/InterpolatingMicrosphere.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/analysis/interpolation/InterpolatingMicrosphere.java b/src/main/java/org/apache/commons/math4/analysis/interpolation/InterpolatingMicrosphere.java
index 004314f..d813549 100644
--- a/src/main/java/org/apache/commons/math4/analysis/interpolation/InterpolatingMicrosphere.java
+++ b/src/main/java/org/apache/commons/math4/analysis/interpolation/InterpolatingMicrosphere.java
@@ -30,7 +30,7 @@ import org.apache.commons.math4.util.MathArrays;
 /**
  * Utility class for the {@link MicrosphereProjectionInterpolator} algorithm.
  *
- * @since 4.0
+ * @since 3.6
  */
 public class InterpolatingMicrosphere {
     /** Microsphere. */
@@ -236,7 +236,7 @@ public class InterpolatingMicrosphere {
     }
 
     /**
-     * Replace {@code i}-th {@link Facet facet} of the microsphere.
+     * Replace {@code i}-th facet of the microsphere.
      * Method for initializing the microsphere facets.
      *
      * @param normal Facet's normal vector.

http://git-wip-us.apache.org/repos/asf/commons-math/blob/41ee94f0/src/main/java/org/apache/commons/math4/analysis/interpolation/MicrosphereProjectionInterpolator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/analysis/interpolation/MicrosphereProjectionInterpolator.java b/src/main/java/org/apache/commons/math4/analysis/interpolation/MicrosphereProjectionInterpolator.java
index 0bc94fe..ebe3c71 100644
--- a/src/main/java/org/apache/commons/math4/analysis/interpolation/MicrosphereProjectionInterpolator.java
+++ b/src/main/java/org/apache/commons/math4/analysis/interpolation/MicrosphereProjectionInterpolator.java
@@ -28,7 +28,7 @@ import org.apache.commons.math4.random.UnitSphereRandomVectorGenerator;
  * <em>William Dudziak</em>'s
  * <a href="http://www.dudziak.com/microsphere.pdf">MS thesis</a>.
  *
- * @since 4.0
+ * @since 3.6
  */
 public class MicrosphereProjectionInterpolator
     implements MultivariateInterpolator {