|
linbox
|
Parallel (PALADIN) version of Chinese Remaindering Algorithm. More...
#include "linbox/algorithms/cra-domain-sequential.h"Data Structures | |
| struct | ChineseRemainderParallel< CRABase > |
Namespaces | |
| namespace | LinBox |
| Namespace in which all linbox code resides. | |
Macros | |
| #define | DISABLE_COMMENTATOR |
| #define | __LB_CRA_REPORTING__ 0 |
Parallel (PALADIN) version of Chinese Remaindering Algorithm.
Naive parallel chinese remaindering
Launch by blocks of NN iterations
in parallel, by default, NN is numver of available threads
Then synchronization and termintation test.
| #define DISABLE_COMMENTATOR |
| #define __LB_CRA_REPORTING__ 0 |