Polynomial Methods |
The Polynomial type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(Double, Polynomial) | Adds a polynomial and a scalar. | |
| Add(Polynomial, Polynomial) | Adds two polynomials. | |
| Add(Polynomial, Double) | Adds a polynomial and a scalar. | |
| AntiDerivative | Returns the anti-derivative (indefinite integral) of this polynomial. | |
| Clone |
Creates a deep copy of this polynomial.
(Overrides OneVariableFunctionClone) | |
| Derivative | Returns the first derivative of this polynomial. | |
| Differentiate |
Computes the numerical derivative of the current function at the given
x-value.
(Inherited from OneVariableFunction) | |
| Divide | Divides a polynomial by a scalar. | |
| Equals |
Tests for equality of this polynomial and another polynomial. Two polynomials
are equal if their coefficient vectors have the same dimensions and all values are
equal.
(Overrides ObjectEquals(Object)) | |
| Evaluate(Double) |
Evaluates the current function at the given x-value.
(Inherited from OneVariableFunction) | |
| Evaluate(DoubleVector) |
Evaluates the current function at the given set of x-values.
(Inherited from OneVariableFunction) | |
| Evaluate(OneVariableFunction) |
Creates a composite function.
(Inherited from OneVariableFunction) | |
| EvaluateComplex | Evaluates the current function at the given complex x-value. | |
| EvaluatePoly | Evaluates the current function at the given x-value. | |
| GetHashCode |
Returns an integer hash code for this polynomial.
(Overrides ObjectGetHashCode) | |
| GetObjectData | Implemented as part of the ISerializable interface. Serializes self to a stream. | |
| Integrate |
Computes the integral of the current function over the specified
interval.
(Inherited from OneVariableFunction) | |
| Multiply(Double, Polynomial) | Multiplies a polynomial and a scalar. | |
| Multiply(Polynomial, Polynomial) | Multiplies two polynomials. | |
| Multiply(Polynomial, Double) | Multiplies a scalar and a polynomial. | |
| Negate | Negates a polynomial. | |
| PolynomialDivide | Divides two polynomials to yield quotient and remainder Polynomials. | |
| Reduce | Removes trailing zeros from the coefficient vector. | |
| Subtract(Double, Polynomial) | Subtracts a polynomial from a scalar. | |
| Subtract(Polynomial, Polynomial) | Subtracts a polynomial from a polynomial. | |
| Subtract(Polynomial, Double) | Subtracts a scalar from a polynomial. | |
| ToString |
Returns a formatted string representation of this polynomial.
(Overrides ObjectToString) | |
| ToString(String) | Returns a formatted string representation of this polynomial using specified numeric format. |