logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

csr - sparse matrix manipulation (rheolef-7.2)

Author

       Pierre  Saramito  <Pierre.Saramito@imag.fr>

Description

       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.

Examples

       Enter commands as:

         csr -ps     matrix.mtx | gv -
         csr -matlab matrix.mtx > matrix.m

Implementation

       This documentation has been generated from file linalg/bin/csr.cc

Limitations

       No render are yet used for the visualization of the sparse matrix: future developments plane to use
       gnuplot.

Name

       csr - sparse matrix manipulation (rheolef-7.2)

Output Format Options

       -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.

        -matlab

            Print in the matlab sparse format (see e.g. octave(1)).

       -name string

            Specifies a current name for the sparse matlab output option. Default is a.

Synopsis

       csr [options] file[[.mtx].gz]

See Also