public static class Polynomials| PolyDerivative(Complex, DVector) | Evaluates the derivative of a polynomial with real coefficients. |
| PolyDerivative(Complex, Double) | Evaluates the derivative of a polynomial with real coefficients. |
| PolyDerivative(Double, DVector) | Evaluates the derivative of a polynomial with real coefficients. |
| PolyDerivative(Double, Double) | Evaluates the derivative of a polynomial with real coefficients. |
| PolyEval(Complex, DVector) | Evaluates a polynomial with real coefficients. |
| PolyEval(Complex, Double) | Evaluates a polynomial with real coefficients. |
| PolyEval(Double, DVector) | Evaluates a polynomial with real coefficients. |
| PolyEval(Double, Double) | Evaluates a polynomial with real coefficients. |
| PolySolve(Double) | Solves a polynomial equation with real coefficients. |
| PolySolve(DVector) | Solves a polynomial equation with real coefficients. |