|
linbox
|
No doc. More...
#include <cra-kaapi.h>
Public Types | |
| typedef CRABase::Domain | Domain |
| typedef CRABase::DomainElement | DomainElement |
Public Member Functions | |
| template<class Param> | |
| ChineseRemainder (const Param &b) | |
| template<class Int, class Function, class PrimeIterator> | |
| Int & | operator() (Int &res, Function &Iteration, PrimeIterator &primeiter) |
| CRA loop subroutine. | |
| template<class Int, template< class T > class Vect, class Function, class PrimeIterator> | |
| Vect< Int > & | operator() (Vect< Int > &res, Function &Iteration, PrimeIterator &primeiter) |
Protected Attributes | |
| CRABase | Builder_ |
No doc.
| typedef CRABase::Domain Domain |
| typedef CRABase::DomainElement DomainElement |
|
inline |
|
protected |