Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.Curves Namespace > FunctionBasis Class > Methods
Fills the rows of a GeneralMatrix with the values of the member functions of a FunctionBasis evaluated for each element in a Vector.
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);
FunctionBasis Class | Extreme.Mathematics.Curves Namespace