Developer documentation

mmx::ContFrac_t< NT, LowerBound > Struct Template Reference

Class. More...

#include <contfrac.hpp>

Public Types

typedef NT RT
 
typedef meta::rationalof< RT >::T FT
 
typedef Interval< FTFIT
 
typedef Interval< FTroot_t
 
typedef upoldse< NT > Poly
 
typedef LowerBound bound
 
typedef ContFrac_t self_t
 

Detailed Description

template<class NT, class LowerBound = AkritasBound<NT>>
struct mmx::ContFrac_t< NT, LowerBound >

Class.

Member Typedef Documentation

template<class NT , class LowerBound = AkritasBound<NT>>
typedef LowerBound mmx::ContFrac_t< NT, LowerBound >::bound
template<class NT , class LowerBound = AkritasBound<NT>>
typedef Interval<FT> mmx::ContFrac_t< NT, LowerBound >::FIT
template<class NT , class LowerBound = AkritasBound<NT>>
typedef meta::rationalof<RT>::T mmx::ContFrac_t< NT, LowerBound >::FT
template<class NT , class LowerBound = AkritasBound<NT>>
typedef upoldse<NT> mmx::ContFrac_t< NT, LowerBound >::Poly
template<class NT , class LowerBound = AkritasBound<NT>>
typedef Interval<FT> mmx::ContFrac_t< NT, LowerBound >::root_t
template<class NT , class LowerBound = AkritasBound<NT>>
typedef NT mmx::ContFrac_t< NT, LowerBound >::RT
template<class NT , class LowerBound = AkritasBound<NT>>
typedef ContFrac_t mmx::ContFrac_t< NT, LowerBound >::self_t

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