|
linbox
|
#include <linbox/linbox-config.h>#include <givaro/givtimer.h>#include <functional>#include <iostream>#include <vector>#include <linbox/ring/modular.h>#include <linbox/randiter/random-prime.h>#include <linbox/randiter/random-fftprime.h>#include <givaro/zring.h>#include <recint/rint.h>#include <linbox/matrix/matrix-domain.h>#include <linbox/util/commentator.h>#include <linbox/util/timer.h>#include <linbox/matrix/polynomial-matrix.h>#include <linbox/algorithms/polynomial-matrix/polynomial-matrix-domain.h>Macros | |
| #define | gettime usertime |
Typedefs | |
| typedef Givaro::Timer | myTimer |
Functions | |
| template<typename MatPol> | |
| bool | operator== (const MatPol &A, const MatPol &B) |
| template<typename MatrixP, typename Field, typename RandIter> | |
| bool | check_matpol_mul (const Field &fld, RandIter &Gen, size_t n, size_t d) |
| template<typename MatrixP, typename Field, typename RandIter> | |
| bool | check_matpol_midp (const Field &fld, RandIter &Gen, size_t n, size_t d) |
| template<typename MatrixP, typename Field, typename RandIter> | |
| bool | check_matpol_midpgen (const Field &fld, RandIter &Gen, size_t n, size_t d) |
| template<typename MatrixP, typename Field, typename RandIter> | |
| bool | debug_midpgen_dlp (const Field &fld, RandIter &Gen) |
| template<typename Field> | |
| bool | launchTest (const Field &F, size_t n, uint64_t b, long d, long seed) |
| bool | runTest (uint64_t n, uint64_t d, long seed) |
| int | main (int argc, char **argv) |
| #define gettime usertime |
| typedef Givaro::Timer myTimer |
| bool operator== | ( | const MatPol & | A, |
| const MatPol & | B ) |
| bool launchTest | ( | const Field & | F, |
| size_t | n, | ||
| uint64_t | b, | ||
| long | d, | ||
| long | seed ) |
| bool runTest | ( | uint64_t | n, |
| uint64_t | d, | ||
| long | seed ) |
| int main | ( | int | argc, |
| char ** | argv ) |