|
linbox
|
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. | |
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).