|
linbox
|
#include "linbox/matrix/densematrix/blas-matrix.h"#include "linbox/matrix/sparse-matrix.h"#include "linbox/matrix/random-matrix.h"#include "linbox/solutions/det.h"#include "linbox/solutions/hadamard-bound.h"#include "linbox/solutions/solve.h"#include "linbox/util/commentator.h"#include <iostream>Macros | |
| #define | ESPILON 0.0001 |
Typedefs | |
| using | Ring = Givaro::ZRing<Integer> |
Functions | |
| template<class TMatrix, class TVector> | |
| bool | test (const Ring &F, const TMatrix &A, const TVector &b) |
| template<class TMatrix, class TVector> | |
| bool | test_with_matrix_vector (size_t n, size_t bitSize, int *seed) |
| int | main (int argc, char **argv) |
| #define ESPILON 0.0001 |
| bool test | ( | const Ring & | F, |
| const TMatrix & | A, | ||
| const TVector & | b ) |
| bool test_with_matrix_vector | ( | size_t | n, |
| size_t | bitSize, | ||
| int * | seed ) |
| int main | ( | int | argc, |
| char ** | argv ) |