PolynomialsPolyDerivative(Double, DVector) Method |
Evaluates the derivative of a polynomial with real coefficients.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+b25929339ea1019e260029cf0ebd18b3a0ce2443
Syntaxpublic static double PolyDerivative(
double value,
DVector coefficients
)
Parameters
- value Double
- Value to substitute.
- coefficients DVector
- Original polynomial coefficients.
Return Value
DoubleThe evaluation of the derivate of the polynomial.
See Also