SYNOPSIS
csr options... file[[.mtx].gz]
DESCRIPTION
Plots or manipulates a sparse matrix. Read from standard input, in Matrix-Market format. Write to standard output in matlab or postscript formats.
EXAMPLE
Enter commands as:
csr -ps matrix.mtx | gv - csr -matlab matrix.mtx > matrix.m
OUTPUT FORMAT OPTIONS
- -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";