#include "linbox-config.h"#include <iostream>#include <fstream>#include <vector>#include <cstdio>#include "test-common.h"#include "linbox/util/commentator.h"#include "linbox/field/modular-int.h"#include "linbox/solutions/trace.h"#include "linbox/blackbox/diagonal.h"#include "linbox/blackbox/scalar-matrix.h"#include "linbox/blackbox/sparse.h"#include "linbox/blackbox/dense.h"#include "linbox/vector/stream.h"Functions | |
| template<class Field> bool | testScalarMatrixTrace (const Field &F, size_t n) |
| template<class Field> bool | testSparseMatrixTrace (const Field &F, size_t n) |
| int | main (int argc, char **argv) |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.2.18