X axis intercepts for linear functions. More...
#include <polynomial.hpp>
| Public Member Functions | |
| ECL_PUBLIC Array< double > | operator() (const LinearFunction &p) | 
| Returns the root of the specified polynomial.  More... | |
| Roots () | |
| virtual | ~Roots () | 
X axis intercepts for linear functions.
Definition at line 1173 of file polynomial.hpp.
| 
 | inline | 
Definition at line 1177 of file polynomial.hpp.
| 
 | inlinevirtual | 
Definition at line 1178 of file polynomial.hpp.
| Array< double > ecl::Roots< LinearFunction >::operator() | ( | const LinearFunction & | p | ) | 
Returns the root of the specified polynomial.
| p | : linear function. | 
Definition at line 63 of file polynomial.cpp.