|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A vector-valued function that takes a vector input and which can compute its Jacobian at any input.
| Method Summary | |
double[][] |
jacobian(double[] input)
Evaluates the Jacobian of this function at the supplied input. |
| Methods inherited from interface javaslam.filter.VectorFunction |
evaluate, getInputDim, getOutputDim |
| Method Detail |
public double[][] jacobian(double[] input)
input - a vector with VectorFunction.getInputDim() elements
VectorFunction.getOutputDim() rows and
VectorFunction.getInputDim() columns; if y = f(x)
then element (i, j) is the partial derivative
of yi with respect to
xj at input
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||