Sparse matrix manipulation
csr options... file[[.mtx].gz]
Plots or manipulates a sparse matrix. Read from standard input, in Matrix-Market format. Write to standard output in matlab or postscript formats.
Enter commands as:
csr -ps matrix.mtx | gv - csr -matlab matrix.mtx > matrix.m
-ps
output postscript. This is the default.
-mtx
Reoutput in mtx format. When the input was not sorted by increasing line and then column order, then, the output is.
-matlab
output matlab sparse format (see octave(1)).
-name string
specifies a current name for the sparse matlab output option. Default is "a";