#include <rootsolve.h>
Collaboration diagram for NUM::PolyRootSolver_Sturm::Params:

Public Attributes | |
| dbl | nearly_zero |
| Coefficients smaller than this are treated as zero. | |
| dbl | relerror |
| smallest relative error we want | |
| int | sbisect_maxit |
| max number of iterations for sbisect (bisection) | |
| int | modrf_maxit |
| max number of iterations for modrf (regula falsa) | |
Definition at line 117 of file rootsolve.h.
|
|
max number of iterations for modrf (regula falsa)
Definition at line 126 of file rootsolve.h. Referenced by NUM::PolyRootSolver_Sturm::modrf(). |
|
|
Coefficients smaller than this are treated as zero.
Definition at line 120 of file rootsolve.h. Referenced by NUM::PolyRootSolver_Sturm::modp(). |
|
|
smallest relative error we want
Definition at line 122 of file rootsolve.h. Referenced by NUM::PolyRootSolver_Sturm::modrf(), and NUM::PolyRootSolver_Sturm::sbisect(). |
|
|
max number of iterations for sbisect (bisection)
Definition at line 124 of file rootsolve.h. Referenced by NUM::PolyRootSolver_Sturm::sbisect(). |
1.3.5