#include <rootsolve.h>
Inheritance diagram for NUM::PolyRootSolver:
Public Member Functions | |
PolyRootSolver () | |
virtual | ~PolyRootSolver () |
virtual int | solve (int order, const dbl *c, dbl *r) |
The main root solving function. |
Definition at line 34 of file rootsolve.h.
|
Definition at line 38 of file rootsolve.h. |
|
Definition at line 39 of file rootsolve.h. |
|
The main root solving function. This function tries to find (all) roots of the polynomial.
Reimplemented in NUM::PolyRootSolver_Direct, NUM::PolyRootSolver_Sturm, and NUM::PolyRootSolver_Bairstow. Definition at line 23 of file rootsolve.cc. References CritAssert, and dbl. |