Click or drag to resize

Polynomials Class

Provides methods for working with polynomials.
Inheritance Hierarchy
SystemObject
  Austra.LibraryPolynomials

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
Syntax
C#
public static class Polynomials

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