st_io, a MATLAB code which reads and writes files in the Sparse Triplet (ST) sparse matrix format.
The computer code and data files described and made available on this web page are distributed under the MIT license
st_io is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version and a Python version.
ccs_io, a MATLAB code which reads and writes sparse linear systems stored in the compressed column storage (ccs) format.
ccs_to_st, a MATLAB code which converts a sparse matrix from compressed column storage (ccs) to sparse triple (st) format.
mm_to_st, a MATLAB code which reads the sparse matrix information from an mm matrix market file and writes a corresponding st sparse triplet file.
msm_to_st, a MATLAB code which writes a MATLAB sparse matrix to a sparse triplet (st) file;
st, the format which is used for the input to this program.
st_to_ccs, a MATLAB code which converts sparse matrix data from sparse triplet (st) format to compressed column storage (ccs) format.
st_to_mm, a MATLAB code which converts a sparse matrix file from st format to mm format (matrix market format);
st_to_msm, a MATLAB code which reads an st sparse triplet file and creates a corresponding MATLAB sparse matrix.