Collaboration diagram for NUM::PolyRootSolver_Sturm::poly:
Public Member Functions | |
poly () | |
~poly () | |
Public Attributes | |
int | ord |
order of the poly | |
dbl * | coef |
coefficients (order+1 many) |
Definition at line 142 of file rootsolve.h.
|
Definition at line 147 of file rootsolve.h. |
|
Definition at line 154 of file rootsolve.h. |
|
coefficients (order+1 many)
Definition at line 145 of file rootsolve.h. Referenced by NUM::PolyRootSolver_Sturm::buildsturm(), NUM::PolyRootSolver_Sturm::modp(), NUM::PolyRootSolver_Sturm::numchanges(), NUM::PolyRootSolver_Sturm::numroots(), poly(), NUM::PolyRootSolver_Sturm::sbisect(), and NUM::PolyRootSolver_Sturm::solve(). |
|
order of the poly
Definition at line 144 of file rootsolve.h. Referenced by NUM::PolyRootSolver_Sturm::buildsturm(), NUM::PolyRootSolver_Sturm::modp(), NUM::PolyRootSolver_Sturm::numchanges(), NUM::PolyRootSolver_Sturm::numroots(), poly(), NUM::PolyRootSolver_Sturm::sbisect(), and NUM::PolyRootSolver_Sturm::solve(). |