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 2018/08/10 14:54:28 UTC

[math] Javadoc.

Repository: commons-math
Updated Branches:
  refs/heads/master 637ca9113 -> e009e73e7


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

Branch: refs/heads/master
Commit: e009e73e7512a36ab6fa8933fba7de454c4fa39a
Parents: 637ca91
Author: Gilles <er...@apache.org>
Authored: Fri Aug 10 16:31:15 2018 +0200
Committer: Gilles <er...@apache.org>
Committed: Fri Aug 10 16:31:15 2018 +0200

----------------------------------------------------------------------
 .../DifferentiatorVectorMultivariateJacobianFunction.java        | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/e009e73e/src/main/java/org/apache/commons/math4/fitting/leastsquares/DifferentiatorVectorMultivariateJacobianFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/fitting/leastsquares/DifferentiatorVectorMultivariateJacobianFunction.java b/src/main/java/org/apache/commons/math4/fitting/leastsquares/DifferentiatorVectorMultivariateJacobianFunction.java
index 25e6d1d..bc3207f 100644
--- a/src/main/java/org/apache/commons/math4/fitting/leastsquares/DifferentiatorVectorMultivariateJacobianFunction.java
+++ b/src/main/java/org/apache/commons/math4/fitting/leastsquares/DifferentiatorVectorMultivariateJacobianFunction.java
@@ -53,9 +53,7 @@ public class DifferentiatorVectorMultivariateJacobianFunction implements Multiva
         this.differentiator = differentiator;
     }
 
-    /**
-     * @inheritDoc
-     */
+    /** {@inheritDoc} */
     @Override
     public Pair<RealVector, RealMatrix> value(RealVector point) {
         double[] testArray = point.toArray();