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