st_to_ge, a MATLAB code which converts information describing a sparse matrix from sparse triplet (ST) format to General (GE) format.
The information on this web page is distributed under the MIT license.
st_to_ge is available in a MATLAB version and an Octave version and a Python version.
r8ge, a MATLAB code which contains linear algebra routines for r8ge matrices (real, 64 bit, General format).
r8st, a MATLAB code which contains linear algebra routines for r8st matrices (real, 64 bit, Sparse Triplet (ST) (I,J,AIJ) 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)).
st_io, a MATLAB code which reads and writes matrices stored in the sparse triplet (ST) format.
st_to_ccs, a MATLAB code which converts a sparse matrix from Sparse Triplet (ST) format to Compressed Column Storage (CCS) format.
st_to_hb, a MATLAB code which converts a sparse matrix file from Sparse Triplet (ST) format to Harwell Boeing (HB) format;
st_to_mm, a MATLAB code which converts a sparse matrix file from Sparse Triplet (ST) format to matrix Market (MM) format;
st_to_msm, a MATLAB code which reads a Sparse Triplet (ST) file and creates a corresponding matrix in MATLAB Sparse Matrix (MSM) format.