Function Basis.Derivatives At Method
Evaluates the derivatives of the member functions of this
FunctionBasis at a specified value.
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A vector containing the derivatives of the member functions.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public DenseVector<double> DerivativesAt(
double x
)
Parameters
- x Double
- A real number.
Return Value
DenseVector<Double>A vector containing the derivatives of the member functions.
Remarks
This method creates a new Vector every time it is called. In some situations, it may be more efficient to call the FillDerivatives(Double, DenseVector<Double>) method instead.
If no derivative functions have been defined for the member functions, the derivatives are approximated numerically.