atlas
0.6
|
Public Member Functions | |
PrimeTabledChineseBox (const ChineseBox &cb) | |
virtual | ~PrimeTabledChineseBox () |
virtual ulong | lift_remainders (ulong s, ulong t) const |
Public Member Functions inherited from TabledChineseBox | |
TabledChineseBox (const ChineseBox &cb) | |
virtual | ~TabledChineseBox () |
Public Member Functions inherited from ChineseBox | |
ChineseBox (ulong a, ulong b) | |
virtual | ~ChineseBox () |
ulong | get_gcd () const |
ulong | get_lcm () const |
Additional Inherited Members | |
Protected Attributes inherited from TabledChineseBox | |
std::vector< ulong > | m_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 |
|
inline |
|
inlinevirtual |
Reimplemented from TabledChineseBox.