Qroot Class Reference

class that stores result of previous calls to rootQ into a map for faster access More...

#include <rootQ.hpp>

List of all members.

Public Member Functions

 Qroot ()
 Empty constructor -- we only need the method to work on the static structure.
 ~Qroot ()
 Empty destructor.
CouNumber operator() (int k)
 Retrieve root of Q with order = k.

Static Protected Attributes

static std::map< int, CouNumberQmap
 Maps an integer k with the root of $Q^k(x)$.


Detailed Description

class that stores result of previous calls to rootQ into a map for faster access

Definition at line 22 of file rootQ.hpp.


Constructor & Destructor Documentation

Qroot::Qroot (  )  [inline]

Empty constructor -- we only need the method to work on the static structure.

Definition at line 34 of file rootQ.hpp.

Qroot::~Qroot (  )  [inline]

Empty destructor.

Definition at line 37 of file rootQ.hpp.


Member Function Documentation

CouNumber Qroot::operator() ( int  k  )  [inline]

Retrieve root of Q with order = k.

If no such computation has been performed yet, do it here

Definition at line 42 of file rootQ.hpp.

References Qmap, and rootQ().


Member Data Documentation

std::map<int, CouNumber> Qroot::Qmap [static, protected]

Maps an integer k with the root of $Q^k(x)$.

Definition at line 28 of file rootQ.hpp.

Referenced by operator()().


The documentation for this class was generated from the following file:
Generated on Sun Mar 6 03:06:27 2011 for Couenne by  doxygen 1.4.7