realroot_doc 0.1.1
IntervalData< RT, Poly > Struct Template Reference

#include <contfrac_intervaldata.hpp>

List of all members.

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.


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 23 of file contfrac_intervaldata.hpp.

            : a(a_), b(b_), c(c_), d(d_), p(p_), s(s_) {}
IntervalData ( ) [inline]

Definition at line 27 of file contfrac_intervaldata.hpp.

{}

Member Data Documentation


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