
Public Member Functions | |
| ChineseBox (ulong a, ulong b) | |
| virtual | ~ChineseBox () |
| ulong | get_gcd () const |
| ulong | get_lcm () const |
| virtual ulong | lift_remainders (ulong s, ulong t) const |
Protected Attributes | |
| ulong | a |
| ulong | b |
| ulong | gcd |
| ulong | lcm |
| ulong | m |
| ulong | mm |
|
||||||||||||
|
Definition at line 168 of file coef-merge.cpp. |
|
|
Definition at line 22 of file coef-merge.cpp. |
|
|
Definition at line 25 of file coef-merge.cpp. References ulong. Referenced by main(). |
|
|
Definition at line 26 of file coef-merge.cpp. References ulong. Referenced by main(). |
|
||||||||||||
|
Reimplemented in PrimeChineseBox, TabledChineseBox, PrimeTabledChineseBox, DoubleTabledChineseBox, and PrimeDoubleTabledChineseBox. Definition at line 171 of file coef-merge.cpp. |
|
|
Definition at line 15 of file coef-merge.cpp. Referenced by ChineseBox(), and lift_remainders(). |
|
|
Definition at line 15 of file coef-merge.cpp. Referenced by ChineseBox(), and lift_remainders(). |
|
|
Definition at line 16 of file coef-merge.cpp. Referenced by ChineseBox(), and lift_remainders(). |
|
|
Definition at line 16 of file coef-merge.cpp. Referenced by ChineseBox(). |
|
|
Definition at line 17 of file coef-merge.cpp. Referenced by ChineseBox(), and lift_remainders(). |
|
|
Definition at line 17 of file coef-merge.cpp. Referenced by ChineseBox(). |
1.3.9.1