linbox
Data Structures | Namespaces
cra-domain.h File Reference

Wrapper around OMP/SEQ version of ChineseRemainder. More...

#include "linbox/algorithms/cra-domain-seq.h"

Data Structures

struct  ChineseRemainder< CRABase >
 Wrapper around OMP/SEQ version of ChineseRemainderXXX<CRABase>. More...

Namespaces

namespace  LinBox
 

Namespace in which all linbox code resides.



Detailed Description

Wrapper around OMP/SEQ version of ChineseRemainder.

If _OPENMP is defined, the we use ChineseRemainderOMP, else we fall back to ChineseRemainderSeq