atlas  0.6
Public Member Functions | Protected Attributes | List of all members
TabledChineseBox Class Reference
Inheritance diagram for TabledChineseBox:
Inheritance graph
[legend]
Collaboration diagram for TabledChineseBox:
Collaboration graph
[legend]

Public Member Functions

 TabledChineseBox (const ChineseBox &cb)
 
virtual ~TabledChineseBox ()
 
virtual ulong lift_remainders (ulong s, ulong t) const
 
- Public Member Functions inherited from ChineseBox
 ChineseBox (ulong a, ulong b)
 
virtual ~ChineseBox ()
 
ulong get_gcd () const
 
ulong get_lcm () const
 

Protected Attributes

std::vector< ulongm_table
 
std::vector< ulong >::const_reverse_iterator mm_table
 
- Protected Attributes inherited from ChineseBox
ulong a
 
ulong b
 
ulong gcd
 
ulong lcm
 
ulong m
 
ulong mm
 

Constructor & Destructor Documentation

TabledChineseBox::TabledChineseBox ( const ChineseBox cb)
virtual TabledChineseBox::~TabledChineseBox ( )
inlinevirtual

Member Function Documentation

ulong TabledChineseBox::lift_remainders ( ulong  s,
ulong  t 
) const
virtual

Reimplemented from ChineseBox.

Reimplemented in PrimeTabledChineseBox.

Member Data Documentation

std::vector<ulong> TabledChineseBox::m_table
protected
std::vector<ulong>::const_reverse_iterator TabledChineseBox::mm_table
protected

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