st_to_crs


st_to_crs, an Octave code which converts a matrix from Sparse Triplet (ST) to Compressed Row Storage (CRS) format.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

st_to_crs is available in a MATLAB version and an Octave version.

Related Data and Programs:

ge_to_crs_test

crs, a dataset directory which contains instances of the Compressed Row Storage (CRS) sparse matrix file format;

crs_io, an Octave code which reads and writes sparse linear systems stored in the Compressed Row Storage (CRS) format.

crs_to_st, an Octave code which converts a sparse matrix from Compressed Row Storage (CRS) to Sparse Triplet (ST) format.

ge_to_crs, an Octave code which converts a matrix from General (GE) to Compressed Row Storage (CRS) format.

r8crs, an Octave code which contains linear algebra routines for r8crs matrices (real, 64 bit, Compressed Row Storage (CRS) format).

r8st, an Octave code which contains linear algebra routines for r8st matrices (real, 64 bit, Sparse Triplet (ST) format).

Source Code:


Last revised on 24 March 2026.