Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.Curves Namespace > FunctionBasis Class > Methods


Extreme Optimization Mathematics Library for .NET

FunctionBasis.FillDerivatives Method

Fills the rows of a GeneralMatrix with the values of the member functions of a FunctionBasis evaluated for each element in a Vector.

Overload List

Fills the rows of a GeneralMatrix with the values of the member functions of a FunctionBasis evaluated for each element in a Vector.

public void FillDerivatives(Vector,GeneralMatrix);

Fills a Vector with the derivatives of the member functions at a specified value.

public virtual void FillDerivatives(double,GeneralVector);

See Also

FunctionBasis Class | Extreme.Mathematics.Curves Namespace