linbox
test-randiter-nonzero-prime.C File Reference

no doc More...

#include "linbox/linbox-config.h"
#include <givaro/givranditer.h>
#include <iostream>
#include <fstream>
#include "linbox/util/commentator.h"
#include "linbox/ring/modular.h"
#include "test-common.h"
#include <linbox/randiter/random-prime.h>

Functions

template<class PGenerator>
bool testPrimeIterator (PGenerator &genprime, unsigned int iterations)
 
template<class PGenerator>
bool testMask (PGenerator &genprime, unsigned int iterations, size_t numproc, size_t maxprocs)
 
template<class MPGenerator>
bool testMaskedPrimeIterators (size_t maxprocs, size_t s, unsigned int iterations)
 
template<class PGenerator>
bool testPrimeIterators (size_t s, unsigned int iterations)
 
int main (int argc, char **argv)
 

Detailed Description

no doc

Test
no doc.

Function Documentation

◆ testPrimeIterator()

template<class PGenerator>
bool testPrimeIterator ( PGenerator & genprime,
unsigned int iterations )

◆ testMask()

template<class PGenerator>
bool testMask ( PGenerator & genprime,
unsigned int iterations,
size_t numproc,
size_t maxprocs )

◆ testMaskedPrimeIterators()

template<class MPGenerator>
bool testMaskedPrimeIterators ( size_t maxprocs,
size_t s,
unsigned int iterations )

◆ testPrimeIterators()

template<class PGenerator>
bool testPrimeIterators ( size_t s,
unsigned int iterations )

◆ main()

int main ( int argc,
char ** argv )