Click or drag to resize

Polynomials Methods

The Polynomials type exposes the following members.

Methods
 NameDescription
Public methodStatic memberPolyDerivative(Complex, DVector)Evaluates the derivative of a polynomial with real coefficients.
Public methodStatic memberPolyDerivative(Complex, Double)Evaluates the derivative of a polynomial with real coefficients.
Public methodStatic memberPolyDerivative(Double, DVector)Evaluates the derivative of a polynomial with real coefficients.
Public methodStatic memberPolyDerivative(Double, Double)Evaluates the derivative of a polynomial with real coefficients.
Public methodStatic memberPolyEval(Complex, DVector)Evaluates a polynomial with real coefficients.
Public methodStatic memberPolyEval(Complex, Double)Evaluates a polynomial with real coefficients.
Public methodStatic memberPolyEval(Double, DVector)Evaluates a polynomial with real coefficients.
Public methodStatic memberPolyEval(Double, Double)Evaluates a polynomial with real coefficients.
Public methodStatic memberPolySolve(Double)Solves a polynomial equation with real coefficients.
Public methodStatic memberPolySolve(DVector)Solves a polynomial equation with real coefficients.
Top
See Also