Polynomials Class

Provides methods for working with polynomials.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public static class Polynomials
Inheritance
Object    Polynomials

Methods

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.

See Also