st_to_crs


st_to_crs, a MATLAB 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, a MATLAB code which reads and writes sparse linear systems stored in the Compressed Row Storage (CRS) format.

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

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

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

Source Code:


Last revised on 24 March 2026.