public abstract class VectorFunction extends Object implements Function<DoubleArray,DoubleArray>
| Constructor and Description |
|---|
VectorFunction() |
| Modifier and Type | Method and Description |
|---|---|
abstract DoubleMatrix |
calculateJacobian(DoubleArray x)
Calculate the Jacobian at a point $\mathbf{x}$.
|
abstract int |
getLengthOfDomain()
The length of the input vector $\mathbf{x}$.
|
abstract int |
getLengthOfRange()
The length of the output vector $\mathbf{y}$.
|
public abstract DoubleMatrix calculateJacobian(DoubleArray x)
x - the input vector $\mathbf{x}$public abstract int getLengthOfDomain()
public abstract int getLengthOfRange()
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.