Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

NUM::PolyRootSolver_Sturm::Params Struct Reference

Tuning parameters:. More...

#include <rootsolve.h>

Collaboration diagram for NUM::PolyRootSolver_Sturm::Params:

Collaboration graph
[legend]
List of all members.

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)


Detailed Description

Tuning parameters:.

Definition at line 117 of file rootsolve.h.


Member Data Documentation

int NUM::PolyRootSolver_Sturm::Params::modrf_maxit
 

max number of iterations for modrf (regula falsa)

Definition at line 126 of file rootsolve.h.

Referenced by NUM::PolyRootSolver_Sturm::modrf().

dbl NUM::PolyRootSolver_Sturm::Params::nearly_zero
 

Coefficients smaller than this are treated as zero.

Definition at line 120 of file rootsolve.h.

Referenced by NUM::PolyRootSolver_Sturm::modp().

dbl NUM::PolyRootSolver_Sturm::Params::relerror
 

smallest relative error we want

Definition at line 122 of file rootsolve.h.

Referenced by NUM::PolyRootSolver_Sturm::modrf(), and NUM::PolyRootSolver_Sturm::sbisect().

int NUM::PolyRootSolver_Sturm::Params::sbisect_maxit
 

max number of iterations for sbisect (bisection)

Definition at line 124 of file rootsolve.h.

Referenced by NUM::PolyRootSolver_Sturm::sbisect().


The documentation for this struct was generated from the following file:
Generated on Sat Feb 19 22:36:00 2005 for Ray by doxygen 1.3.5