X axis intercepts for cubic polynomials. More...
#include <polynomial.hpp>
Public Member Functions | |
ECL_PUBLIC Array< double > | operator() (const CubicPolynomial &p) |
Returns the root of the specified polynomial. | |
Roots () | |
virtual | ~Roots () |
X axis intercepts for cubic polynomials.
Definition at line 1204 of file polynomial.hpp.
ecl::Roots< CubicPolynomial >::Roots | ( | ) | [inline] |
Definition at line 1206 of file polynomial.hpp.
virtual ecl::Roots< CubicPolynomial >::~Roots | ( | ) | [inline, virtual] |
Definition at line 1207 of file polynomial.hpp.
Array< double > ecl::Roots< CubicPolynomial >::operator() | ( | const CubicPolynomial & | p | ) |
Returns the root of the specified polynomial.
p | : cubic polynomial. |
Definition at line 93 of file polynomial.cpp.