|
linbox
|
Wrapper around OMP/SEQ version of ChineseRemainder. More...
#include "linbox/algorithms/cra-domain-seq.h"
Include dependency graph for cra-domain.h:
This graph shows which files directly or indirectly include this file:Data Structures | |
| struct | ChineseRemainder< CRABase > |
| Wrapper around OMP/SEQ version of ChineseRemainderXXX<CRABase>. More... | |
Namespaces | |
| LinBox | |
| Namespace in which all linbox code resides. | |
Wrapper around OMP/SEQ version of ChineseRemainder.
If _OPENMP is defined, the we use ChineseRemainderOMP, else we fall back to ChineseRemainderSeq
1.8.6