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.8.0+e1037fa8802b3ff162e26559d763b73334940b70
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