|
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
.pspostscript format. This is the default.
-mtx
Print in the
.mtxformat. When the input was not sorted by increasing line and then column order, then, the output is.
Print in the
matlabsparse format (see e.g.octave(1)).
-name string
Specifies a current name for the sparse
matlaboutput 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