|
linbox
|
no doc More...
#include "linbox/linbox-config.h"#include <iostream>#include <fstream>#include <sstream>#include "linbox/util/commentator.h"#include "linbox/ring/modular.h"#include "linbox/matrix/sparse-matrix.h"#include "test-blackbox.h"Functions | |
| template<class SM, class SM2> | |
| bool | buildBySetGetEntry (SM &A, const SM2 &B) |
| template<class Field, class SMF> | |
| bool | testSparseFormat (string format, const SparseMatrix< Field > &S1) |
| int | main (int argc, char **argv) |
no doc
| bool buildBySetGetEntry | ( | SM & | A, |
| const SM2 & | B ) |
| bool testSparseFormat | ( | string | format, |
| const SparseMatrix< Field > & | S1 ) |
| int main | ( | int | argc, |
| char ** | argv ) |