public class Jacobian extends DenseMatrix
Constructor and Description |
---|
Jacobian(List<RealScalarFunction> f,
Vector x)
Construct the Jacobian matrix for a multivariate function f at point x.
|
Jacobian(RealScalarFunction[] f,
Vector x)
Construct the Jacobian matrix for a multivariate function f at point x.
|
Jacobian(RealVectorFunction f,
Vector x)
Construct the Jacobian matrix for a multivariate function f at point x.
|
public Jacobian(RealVectorFunction f, Vector x)
f
- a multivariate functionx
- the point to evaluate the Jacobian matrix atpublic Jacobian(RealScalarFunction[] f, Vector x)
f
- a multivariate function in the form of an array of univariate functionsx
- the point to evaluate the Jacobian matrix atpublic Jacobian(List<RealScalarFunction> f, Vector x)
f
- a multivariate function in the form of a list of univariate functionsx
- the point to evaluate the Jacobian matrix atCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.