Inheritance diagram for SturmAberth< NT >:
Definition at line 17 of file SturmAberth.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 > | FT_Poly |
Polynomial with field number type coeffs. | |
typedef UPolDse< RL > | RL_Poly |
typedef ALGEBRAIC::root_of< RT, Poly > | RO_t |
typedef ALGEBRAIC::root_of< RT, Poly > | solution_type |
typedef SturmAberth | self_t |
typedef NTR::RT SturmAberth< NT >::RT |
typedef NTR::FT SturmAberth< NT >::FT |
typedef NTR::XT SturmAberth< NT >::XT |
Approximate number type (if any).
Reimplemented from solver_base.
Definition at line 24 of file SturmAberth.h.
typedef NTR::FIT SturmAberth< NT >::FIT |
typedef NTR::XIT SturmAberth< NT >::XIT |
typedef UPolDse<RT> SturmAberth< NT >::Poly |
Polynomial with ring number type coeffs.
Reimplemented from solver_base.
Definition at line 33 of file SturmAberth.h.
typedef UPolDse<FT> SturmAberth< NT >::FT_Poly |
Polynomial with field number type coeffs.
Reimplemented from solver_base.
Definition at line 35 of file SturmAberth.h.
typedef UPolDse<XT> SturmAberth< NT >::FT_Poly |
Polynomial with field number type coeffs.
Reimplemented from solver_base.
Definition at line 37 of file SturmAberth.h.
typedef ALGEBRAIC::root_of<RT, Poly> SturmAberth< NT >::solution_type |
The solution type. The solver should return this type
Reimplemented from solver_base.
Definition at line 41 of file SturmAberth.h.