Fills a vector with the derivatives of the
member functions at a specified value.
Namespace: Extreme.Mathematics.CurvesAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override void FillDerivatives(
double x,
DenseVector<double> derivatives
)
Public Overrides Sub FillDerivatives (
x As Double,
derivatives As DenseVector(Of Double)
)
public:
virtual void FillDerivatives(
double x,
DenseVector<double>^ derivatives
) override
abstract FillDerivatives :
x : float *
derivatives : DenseVector<float> -> unit
override FillDerivatives :
x : float *
derivatives : DenseVector<float> -> unit
Parameters
- x
- Type: SystemDouble
The value at which to evaluate the
derivatives. - derivatives
- Type: Extreme.Mathematics.LinearAlgebraDenseVectorDouble
A vector with
length equal to the number of functions in this
FunctionBasis.
Numerical Libraries
Supported in: 6.0
Reference