Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1415000 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d7f652b816
commit
4333489f68
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue