|
linbox
|
#include <iostream>#include "linbox/matrix/polynomial-matrix.h"#include "linbox/randiter/random-fftprime.h"#include "linbox/randiter/random-prime.h"#include "linbox/ring/modular.h"#include "linbox/algorithms/polynomial-matrix/polynomial-matrix-domain.h"#include "linbox/algorithms/polynomial-matrix/order-basis.h"#include "linbox/algorithms/block-coppersmith-domain.h"Functions | |
| template<typename Field, typename Mat> | |
| bool | check_sigma (const Field &F, const Mat &sigma, Mat &serie, size_t ord, string &msg) |
| template<typename MatPol> | |
| bool | operator== (const MatPol &A, const MatPol &B) |
| template<typename Field, typename RandIter> | |
| bool | check_sigma (const Field &F, RandIter &Gen, size_t m, size_t n, size_t d) |
| bool | runTest (uint64_t m, uint64_t n, uint64_t d, long seed) |
| int | main (int argc, char **argv) |
| bool operator== | ( | const MatPol & | A, |
| const MatPol & | B ) |
| bool runTest | ( | uint64_t | m, |
| uint64_t | n, | ||
| uint64_t | d, | ||
| long | seed ) |
| int main | ( | int | argc, |
| char ** | argv ) |