SBDSLV< T, mth > Struct Template Reference

List of all members.

Detailed Description

template<class T, int mth = SBDSLV_RDRDL>
struct SBDSLV< T, mth >

Class which specifies a subdivision solver for multivariate polynomials. The class 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.
Parameters:
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

prec


Constructor & Destructor Documentation

template<class T, int mth = SBDSLV_RDRDL>
SBDSLV< T, mth >::SBDSLV ( const T &  precision = (T)1e-6  ) 

Construction of the solver for the precision precision.

Definition at line 89 of file sbdslv.h.


The documentation for this struct was generated from the following file:

SYNAPS DOCUMENTATION
logo