Nonlinear Curve.Get Partial Derivatives Method
Returns a vector with the partial derivatives
of the curve with respect to each of the curve parameters.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public DenseVector<double> GetPartialDerivatives(
double x
)
Parameters
- x Double
- The value at which the partial derivatives should be evaluated.
Return Value
DenseVector<Double>Remarks
This method calculates the partial derivatives at the specified point with respect to the parameters of the curve. The current values of the parameters are used.
The default implementation of this method calculates the partial derivatives using simple forward differences.