T
is the type of coefficients for the polynomials. The type used to store the domain is DOMAIN
. The preconditioning and reduction and subdivision strategy is let by the integer mth
. SBDSLV_RD | is performing simple reductions. | |
SBDSLV_RDL | is performing reductions and a local preconditioning. | |
SBDSLV_RDS | is performing reductions and a global preconditioning. | |
SBDSLV_RDRDL | is performing two steps of reductions and a local preconditioning. | |
SBDSLV_RDRDLRDS | is performing two steps of reductions and a local preconditioning and again a reduction. |
Definition at line 84 of file sbdslv.h.
Public Types | |
typedef T | coeff_t |
Public Member Functions | |
SBDSLV (const T &precision=(T) 1e-6) | |
Construction of the solver for the precision precision . | |
Public Attributes | |
T | prec |