CubicRealPolynomial Class |
Namespace: AGI.Foundation.NumericalMethods
The CubicRealPolynomial type exposes the following members.
Name | Description | |
---|---|---|
![]() | CubicRealPolynomial |
Constructs a cubic polynomial with the provided real coefficients.
|
Name | Description | |
---|---|---|
![]() | A |
Gets the coefficient of the 3rd order monomial.
|
![]() | B |
Gets the coefficient of the 2nd order monomial.
|
![]() | C |
Gets the coefficient of the 1st order monomial.
|
![]() | D |
Gets the coefficient of the 0th order monomial.
|
![]() | Item |
Gets the coefficient of the monomial of the specified order.
(Inherited from RealPolynomial.) |
![]() | Order |
Gets the order of the polynomial.
(Inherited from RealPolynomial.) |
Name | Description | |
---|---|---|
![]() | Discriminant |
Provides the discriminant of the cubic equation from the supplied coefficients.
|
![]() ![]() | Discriminant(Double, Double, Double, Double) |
Provides the discriminant of the cubic equation from the supplied coefficients.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Evaluate(Double) |
Evaluates the polynomial at the specified value of the independent variable.
(Inherited from RealPolynomial.) |
![]() | Evaluate(Double) |
Evaluates the polynomial at the specified values of the independent variable.
(Inherited from RealPolynomial.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RealRoots |
Provides the real valued roots of the real polynomial.
|
![]() ![]() | RealRoots(Double, Double, Double, Double) |
Compute real roots.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |