IntervalData< RT_, Poly_ > Struct Template Reference

#include <contfrac_intervaldata.hpp>

List of all members.

Public Types

Public Member Functions

Public Attributes


Detailed Description

template<typename RT_, typename Poly_>
struct mmx::IntervalData< RT_, Poly_ >

Definition at line 17 of file contfrac_intervaldata.hpp.


Member Typedef Documentation

typedef Poly_ Poly

Definition at line 20 of file contfrac_intervaldata.hpp.

typedef RT_ RT

Definition at line 19 of file contfrac_intervaldata.hpp.


Constructor & Destructor Documentation

IntervalData ( const RT a_,
const RT b_,
const RT c_,
const RT d_,
const Poly p_,
unsigned long  s_ 
) [inline]

Definition at line 26 of file contfrac_intervaldata.hpp.

00028             : a(a_), b(b_), c(c_), d(d_), p(p_), s(s_) {}

IntervalData (  )  [inline]

Definition at line 30 of file contfrac_intervaldata.hpp.

00030 {}


Member Data Documentation

RT a
RT b
RT c
RT d
unsigned long s

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

Generated on 6 Dec 2012 for realroot by  doxygen 1.6.1