Scroll to navigation

csr(1rheolef) rheolef-7.0 csr(1rheolef)

NAME

csr - sparse matrix manipulation

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";

COPYRIGHT

Copyright (C) 2000-2018 Pierre Saramito <Pierre.Saramito@imag.fr> GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
rheolef-7.0 rheolef-7.0