|
linbox
|
Parallel (PALADIN) version of Chinese Remaindering Algorithm. More...
#include "linbox/algorithms/cra-domain-sequential.h"
Include dependency graph for cra-domain-parallel.h:Namespaces | |
| namespace | LinBox |
| Namespace in which all linbox code resides. | |
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.