linbox
Data Fields
ChineseRemainderSequential< CRABase >::PrimeSampler< PrimeIterator, true > Struct Template Reference

Helper class to sample unique primes. More...

#include <cra-domain-sequential.h>

+ Collaboration diagram for ChineseRemainderSequential< CRABase >::PrimeSampler< PrimeIterator, true >:

Data Fields

decltype(*primeiter_ operator() )()
 Returns the next coprime element from the iterator.
 

Detailed Description

template<class CRABase>
template<class PrimeIterator>
struct LinBox::ChineseRemainderSequential< CRABase >::PrimeSampler< PrimeIterator, true >

Helper class to sample unique primes.

This is the specialization for prime iterators that are already guaranteed to return unique primes (so that no checking is necessary).


The documentation for this struct was generated from the following file: