crs_to_st, a MATLAB code which converts sparse matrix information from Compressed Row Storage (CRS) to sparse triplet (ST) format.
The information on this web page is distributed under the MIT license.
crs_to_st is available in a MATLAB version and an Octave version.
crs, a data directory which contains examples 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.
crs_to_ge, a MATLAB code which converts a sparse matrix from Compressed Row Storage (CRS) to general (GE) format.
ge_to_st, a MATLAB code which converts a matrix from General (GE) to Sparse Triplet (ST) format.
st, a data directory which contains examples of the Sparse Triplet (ST) format, a sparse matrix file format, storing just (I,J,A(I,J)), and using zero-based indexing.
st_io, a MATLAB code which reads and writes sparse linear systems stored in the ST "sparse triplet" Sparse Matrix format.
st_to_crs, a MATLAB code which converts a sparse matrix from sparse triplet (ST) to Compressed Row Storage (CRS) format.