Click or drag to resize

DoubleFunctionalEvaluate Method

Overload List
 NameDescription
Public methodEvaluate(Double) Evaluates the functional at the given point.
Public methodEvaluate(DoubleVector) Evaluates the functional at the given point.
Public methodEvaluate(DoubleMatrix, DoubleMatrix) Evaluate the function at the points X and place the results in Y.
Public methodEvaluate(DoubleVector, DoubleVector) Vector-vector form of the evaluate function. Part of the base class DoubleMultiVariableFunction interface.
Top
See Also