|
linbox
|
Adaptor class to make a single prime number behave like a PrimeIterator. More...
#include <random-prime.h>
Public Types | |
| using | Prime_Type = Givaro::Integer |
| using | UniqueSamplingTag = std::false_type |
| using | IteratorTag = IteratorCategories::DeterministicTag |
Public Member Functions | |
| FixedPrimeIterator (const Givaro::Integer &i) | |
| FixedPrimeIterator & | operator++ () |
| const Prime_Type & | operator* () const |
| const Prime_Type & | randomPrime () const |
| void | setBits (uint64_t bits) |
| template<class _ModField> | |
| void | setBitsField () |
Adaptor class to make a single prime number behave like a PrimeIterator.
| using Prime_Type = Givaro::Integer |
| using UniqueSamplingTag = std::false_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |