atlas
0.6
|
Public Member Functions | |
DoubleTabledChineseBox (const ChineseBox &cb) | |
virtual | ~DoubleTabledChineseBox () |
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< ulong > | m_table |
std::vector< ulong > | mm_table |
Protected Attributes inherited from ChineseBox | |
ulong | a |
ulong | b |
ulong | gcd |
ulong | lcm |
ulong | m |
ulong | mm |
DoubleTabledChineseBox::DoubleTabledChineseBox | ( | const ChineseBox & | cb | ) |
|
inlinevirtual |
Reimplemented from ChineseBox.
Reimplemented in PrimeDoubleTabledChineseBox.
|
protected |
|
protected |