Inheritance diagram for SturmMem< NT >:

Definition at line 12 of file SturmMem.h.
Public Types | |
| typedef NumberTraits< NT > | NTR |
| typedef NTR::RT | RT |
| Ring number type. | |
| typedef NTR::FT | FT |
| Filed number type. | |
| typedef NTR::XT | XT |
| Approximate number type (if any). | |
| typedef RR | RL |
| typedef NTR::FIT | FIT |
| Interval over FT. | |
| typedef NTR::XIT | XIT |
| Interval over XT. | |
| typedef NTR::XIT | RIT |
| typedef UPolDse< RT > | Poly |
| Polynomial with ring number type coeffs. | |
| typedef UPolDse< RT > | RT_Poly |
| typedef UPolDse< FT > | FT_Poly |
| Polynomial with field number type coeffs. | |
| typedef UPolDse< XT > | XT_Poly |
| typedef UPolDse< RL > | RL_Poly |
|
typedef ALGEBRAIC::root_of< RT, Poly > | RO_t |
| typedef ALGEBRAIC::root_of< RT, Poly > | solution_type |
| typedef SturmMem | self_t |
Public Attributes | |
| SturmSeq< NT > | mem_ |
Approximate number type (if any).
Reimplemented from solver_base.
Definition at line 19 of file SturmMem.h.
Polynomial with ring number type coeffs.
Reimplemented from solver_base.
Definition at line 28 of file SturmMem.h.
Polynomial with field number type coeffs.
Reimplemented from solver_base.
Definition at line 30 of file SturmMem.h.
| typedef ALGEBRAIC::root_of<RT, Poly> SturmMem< NT >::solution_type |
The solution type. The solver should return this type
Reimplemented from solver_base.
Definition at line 36 of file SturmMem.h.
![]() |