|
linbox
|
no doc More...
#include "linbox/linbox-config.h"#include <iostream>#include <fstream>#include <cstdio>#include "linbox/util/commentator.h"#include "linbox/matrix/sparse-matrix.h"#include "linbox/solutions/is-positive-semidefinite.h"#include "test-common.h"Functions | |
| template<class Ring, class Method> | |
| bool | testIsPosSemidef (const Ring &Z, size_t n, unsigned int iterations, Method &M, double sparsity=0.05) |
| int | main (int argc, char **argv) |
no doc
| bool testIsPosSemidef | ( | const Ring & | Z, |
| size_t | n, | ||
| unsigned int | iterations, | ||
| Method & | M, | ||
| double | sparsity = 0.05 ) |
| int main | ( | int | argc, |
| char ** | argv ) |