st_to_ge, an Octave 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, an Octave code which contains linear algebra routines for r8ge matrices (real, 64 bit, General format).
r8st, an Octave 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, an Octave code which reads and writes matrices stored in the sparse triplet (ST) format.
st_to_ccs, an Octave code which converts a sparse matrix from Sparse Triplet (ST) format to Compressed Column Storage (CCS) format.
st_to_hb, an Octave code which converts a sparse matrix file from Sparse Triplet (ST) format to Harwell Boeing (HB) format;
st_to_mm, an Octave code which converts a sparse matrix file from Sparse Triplet (ST) format to matrix Market (MM) format;
st_to_msm, an Octave code which reads a Sparse Triplet (ST) file and creates a corresponding matrix in MATLAB Sparse Matrix (MSM) format.