#include <rootQ.hpp>
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, CouNumber > | Qmap |
Maps an integer k with the root of . | |
Definition at line 22 of file rootQ.hpp.
| Qroot::Qroot | ( | ) | [inline] |
| CouNumber Qroot::operator() | ( | int | k | ) | [inline] |
std::map< int, CouNumber > Qroot::Qmap [static, protected] |
Maps an integer k with the root of
.
Definition at line 28 of file rootQ.hpp.
Referenced by operator()().
1.4.7