@CodeReview(reviewer="Jonathan McClain", date="2006-05-16", changesNeeded=false, comments="Added proper file header. Interface looks good.") public interface DifferentiableVectorFunction extends VectorFunction, DifferentiableEvaluator<Vector,Vector,Matrix>
Modifier and Type | Method and Description |
---|---|
Matrix |
differentiate(Vector input)
Differentiate the VectorFunction at
input and return
the Jacobian |
Matrix differentiate(Vector input)
input
and return
the Jacobiandifferentiate
in interface DifferentiableEvaluator<Vector,Vector,Matrix>
input
- Vector input to the VectorFunction, about which to evaluate
the VectorFunctioninput