|
Functions |
| const char * | pretty (const char *a) |
| template<class Field> bool | testRank (const Field &F, size_t n, int iterations) |
| template<class Field> bool | testTURBO (const Field &F, size_t n, int iterations) |
| template<class Field> bool | testDet (const Field &F, size_t n, int iterations) |
| template<class Field> bool | testLUdivine (const Field &F, size_t m, size_t n, int iterations) |
| template<class Field> bool | testMinPoly (const Field &F, size_t n, int iterations) |
| template<class Field> bool | testCharPoly (const Field &F, size_t n, int iterations) |
| template<class Field> bool | testInv (const Field &F, size_t n, int iterations) |
| template<class Field> bool | testapplyP (const Field &F, size_t n, int iterations) |
| int | main (int argc, char **argv) |
Variables |
| const int | maxpretty = 35 |