#include <iostream>
#include <fstream>
#include <string>
#include <linbox/field/unparametric.h>
#include <linbox/util/matrix-stream.h>
#include <linbox/integer.h>
Functions | |
int | main () |
Variables | |
const int | nMatrices = 7 |
char * | matrixNames [nMatrices] |
const int | rowDim = 11 |
const int | colDim = 11 |
int | nonZeros = 33 |
integer | matrix [rowDim][colDim] |
|
|
|
|
|
Initial value: { {0, 0, 2, 3, 0, 0, 0, 0, 0, 1, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {2, 0, 888888888, 1, -1, 0, 0, 0, 0, 0, 6}, {3, 0, 1, 4, 0, 0, 12, 0, 0, -13, 0}, {0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0}, {0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 1, 0, 500, 400, 300, 200}, {0, 0, 0, 0, 0, 0, 0, 400, 0, 0, 0}, {1, 0, 0, -13, 0, 1, 0, 300, 0, 10, 1}, {0, 0, 6, 0, 0, 0, 0, 200, 0, 1, 0} } |
|
Initial value: {"data/matrix-market-array.matrix", "data/maple-sparse1.matrix", "data/maple-dense1.matrix", "data/generic-dense.matrix", "data/sparse-row.matrix", "data/sms.matrix", "data/matrix-market-coordinate.matrix"} |
|
|
|
|
|
|