NumericalDifferentiation Class
Provides methods to numerically approximate
first or second order derivatives of
functions having multidimensional
arguments.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public static class NumericalDifferentiation
Public NotInheritable Class NumericalDifferentiation
public ref class NumericalDifferentiation abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type NumericalDifferentiation = class end
- Inheritance
- Object NumericalDifferentiation
Gradient(FuncDoubleMatrix, Double, DoubleMatrix) |
Returns the gradient of the specified nonparametric function
at the given argument.
|
GradientTFunctionParameter(FuncDoubleMatrix, TFunctionParameter, Double, DoubleMatrix, TFunctionParameter) |
Returns the gradient of the specified parametric function
at the given argument.
|
Hessian(FuncDoubleMatrix, Double, DoubleMatrix) |
Returns the Hessian matrix of the specified nonparametric function
at the given argument.
|
HessianTFunctionParameter(FuncDoubleMatrix, TFunctionParameter, Double, DoubleMatrix, TFunctionParameter) |
Returns the Hessian matrix of the specified parametric function
at the given argument.
|