Repository: commons-math Updated Branches: refs/heads/master 273b353bf -> ae41a2288
Tags don't apply here Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/ae41a228 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/ae41a228 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/ae41a228 Branch: refs/heads/master Commit: ae41a228828f6dbb358b8e9e78414ea497bfd89f Parents: 273b353 Author: Sebb <[email protected]> Authored: Tue May 9 16:37:48 2017 +0100 Committer: Sebb <[email protected]> Committed: Tue May 9 16:37:48 2017 +0100 ---------------------------------------------------------------------- .../commons/math4/fitting/leastsquares/LeastSquaresFactory.java | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/ae41a228/src/main/java/org/apache/commons/math4/fitting/leastsquares/LeastSquaresFactory.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/fitting/leastsquares/LeastSquaresFactory.java b/src/main/java/org/apache/commons/math4/fitting/leastsquares/LeastSquaresFactory.java index 933278d..bd236db 100644 --- a/src/main/java/org/apache/commons/math4/fitting/leastsquares/LeastSquaresFactory.java +++ b/src/main/java/org/apache/commons/math4/fitting/leastsquares/LeastSquaresFactory.java @@ -303,10 +303,6 @@ public class LeastSquaresFactory { /** * Combine a {@link MultivariateVectorFunction} with a {@link * MultivariateMatrixFunction} to produce a {@link MultivariateJacobianFunction}. - * - * @param value the vector value function - * @param jacobian the Jacobian function - * @return a function that computes both at the same time */ private static class LocalValueAndJacobianFunction implements ValueAndJacobianFunction {
