![]() |
atlas
0.6
|


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< 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 |
| TabledChineseBox::TabledChineseBox | ( | const ChineseBox & | cb | ) |
|
inlinevirtual |
Reimplemented from ChineseBox.
Reimplemented in PrimeTabledChineseBox.
|
protected |
|
protected |
1.8.11