|
linbox
|
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) |
no doc
| bool testPrimeIterator | ( | PGenerator & | genprime, |
| unsigned int | iterations ) |
| bool testMask | ( | PGenerator & | genprime, |
| unsigned int | iterations, | ||
| size_t | numproc, | ||
| size_t | maxprocs ) |
| bool testMaskedPrimeIterators | ( | size_t | maxprocs, |
| size_t | s, | ||
| unsigned int | iterations ) |
| bool testPrimeIterators | ( | size_t | s, |
| unsigned int | iterations ) |
| int main | ( | int | argc, |
| char ** | argv ) |