git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1415000 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-11-29 00:00:51 +00:00
parent d7f652b816
commit 4333489f68
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ public abstract class AbstractLeastSquaresOptimizer
* Computes the Jacobian matrix.
*
* @param params Model parameters at which to compute the Jacobian.
* @return the weighted Jacobian: -(W<sup>1/2</sup> J).
* @return the weighted Jacobian: W<sup>1/2</sup> J.
* @throws DimensionMismatchException if the Jacobian dimension does not
* match problem dimension.
* @since 3.1