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. More... | |
Roots () | |
virtual | ~Roots () |
X axis intercepts for cubic polynomials.
Definition at line 1204 of file polynomial.hpp.
|
inline |
Definition at line 1206 of file polynomial.hpp.
|
inlinevirtual |
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.