|
linbox
|
Functions | |
| template<class T> | |
| bool | test (T &output, const T &input) |
| template<class T> | |
| bool | check_basic_type (const T &input) |
| template<class T> | |
| bool | test_basic_type () |
| bool | test_integer () |
| template<class Field, class Matrix> | |
| bool | check_matrix (const Field &F, const Matrix &input) |
| template<class Field, class Vector> | |
| bool | check_vector (const Field &F, const Vector &input) |
| template<class Field> | |
| bool | test_field (const Integer &q) |
| int | main (int argc, char **argv) |
| bool test | ( | T & | output, |
| const T & | input ) |
| bool check_basic_type | ( | const T & | input | ) |
| bool test_basic_type | ( | ) |
| bool test_integer | ( | ) |
| int main | ( | int | argc, |
| char ** | argv ) |