st_to_crs, a Python code which converts a matrix from Sparse Triplet (ST) to Compressed Row Storage (CRS) format.
The information on this web page is distributed under the MIT license.
st_to_crs is available in a MATLAB version and an Octave version and a Python version.
crs, a dataset directory which contains instances of the Compressed Row Storage (CRS) sparse matrix file format;
crs_io, a Python code which reads and writes sparse linear systems stored in the Compressed Row Storage (CRS) format.
crs_to_st, a Python code which converts a sparse matrix from Compressed Row Storage (CRS) to Sparse Triplet (ST) format.
ge_to_crs, a Python code which converts a matrix from General (GE) to Compressed Row Storage (CRS) format.
r8crs, a Python code which contains linear algebra routines for r8crs matrices (real, 64 bit, Compressed Row Storage (CRS) format).
r8st, a Python code which contains linear algebra routines for r8st matrices (real, 64 bit, Sparse Triplet (ST) format).
st_io, a Python code which reads and writes sparse linear systems stored in the Sparse Triplet (ST) format.
st_to_ccs, a Python code which converts a sparse matrix from Sparse Triplet (ST) format to Compressed Column Storage (CCS) format.
st_to_ge, a Python code which converts a sparse matrix from Sparse Triplet (ST) format to General (GE) format.