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 1210 of file polynomial.hpp.
|
inline |
Definition at line 1212 of file polynomial.hpp.
|
inlinevirtual |
Definition at line 1213 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 97 of file polynomial.cpp.