Click or drag to resize

NumericalDifferentiation Methods

Methods
  NameDescription
Public methodStatic memberGradient(FuncDoubleMatrix, Double, DoubleMatrix)
Returns the gradient of the specified nonparametric function at the given argument.
Public methodStatic memberGradientTFunctionParameter(FuncDoubleMatrix, TFunctionParameter, Double, DoubleMatrix, TFunctionParameter)
Returns the gradient of the specified parametric function at the given argument.
Public methodStatic memberHessian(FuncDoubleMatrix, Double, DoubleMatrix)
Returns the Hessian matrix of the specified nonparametric function at the given argument.
Public methodStatic memberHessianTFunctionParameter(FuncDoubleMatrix, TFunctionParameter, Double, DoubleMatrix, TFunctionParameter)
Returns the Hessian matrix of the specified parametric function at the given argument.
Top
See Also