Fills a dense vector with the partial derivatives of the curve with respect to
each of the curve parameters.
Namespace: Extreme.Mathematics.Curves.NonlinearAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public override void FillPartialDerivatives(
double x,
DenseVector<double> derivatives
)
Public Overrides Sub FillPartialDerivatives (
x As Double,
derivatives As DenseVector(Of Double)
)
public:
virtual void FillPartialDerivatives(
double x,
DenseVector<double>^ derivatives
) override
abstract FillPartialDerivatives :
x : float *
derivatives : DenseVector<float> -> unit
override FillPartialDerivatives :
x : float *
derivatives : DenseVector<float> -> unit
Parameters
- x
- Type: SystemDouble
The value at which the partial derivatives should be evaluated. - derivatives
- Type: Extreme.Mathematics.LinearAlgebraDenseVectorDouble
A dense vector that is to hold the partial derivatives.
The length of this vector must be at least 4.
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.
Numerical Libraries
Supported in: 6.0
Reference