public class JacobianFunction extends Object implements RntoMatrix
Function.EvaluationException| Constructor and Description |
|---|
JacobianFunction(RealVectorFunction f)
Construct the Jacobian function of a real scalar function f.
|
| Modifier and Type | Method and Description |
|---|---|
int |
dimensionOfDomain()
Get the number of variables the function has.
|
int |
dimensionOfRange()
Get the dimension of the range space of the function.
|
Matrix |
evaluate(Vector x)
Evaluate the function f at x, where x is from the domain.
|
public JacobianFunction(RealVectorFunction f)
f - a real scalar functionpublic Matrix evaluate(Vector x)
Functionpublic int dimensionOfDomain()
FunctiondimensionOfDomain in interface Function<Vector,Matrix>public int dimensionOfRange()
FunctiondimensionOfRange in interface Function<Vector,Matrix>Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.