linbox
cra-domain-parallel.h File Reference

Parallel (PALADIN) version of Chinese Remaindering Algorithm. More...

Namespaces

namespace  LinBox
 Namespace in which all linbox code resides.
 

Detailed Description

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.