Rheolef
7.2
an efficient C++ finite element environment
|
csr [options] file[[.mtx].gz]
Plots or manipulates a sparse matrix. Read from standard input, in the .mtx
matrix-market format. Write to standard output in either in matlab
or postscript
formats.
Enter commands as:
csr -ps matrix.mtx | gv - csr -matlab matrix.mtx > matrix.m
-ps
Print in the
.ps
postscript format. This is the default.
-mtx
Print in the
.mtx
format. When the input was not sorted by increasing line and then column order, then, the output is.
Print in the
matlab
sparse format (see e.g.octave
(1)).
-name
string
Specifies a current name for the sparse
matlab
output option. Default isa
.
No render are yet used for the visualization of the sparse matrix: future developments plane to use gnuplot
.
This documentation has been generated from file linalg/bin/csr.cc