|
Defines |
| #define | __MINP_CONSTRUCT |
Functions |
| const char * | pretty (const char *a) |
| template<class Field> bool | testMulAdd (const Field &F, size_t n, int iterations) |
| template<class Field> bool | testRank (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 | testInv (const Field &F, size_t n, int iterations) |
| template<class Field> bool | testTriangularSolve (const Field &F, size_t m, size_t n, int iterations) |
| template<class Field> bool | testSolve (const Field &F, size_t m, size_t n, int iterations) |
| template<class Field> bool | testPermutation (const Field &F, size_t m, int iterations) |
| template<class Field> bool | testLQUP (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 T, template< class T > class Container> std::ostream & | operator<< (std::ostream &o, const Container< T > &C) |
| int | main (int argc, char **argv) |
Variables |
| const int | maxpretty = 35 |