st_to_ccs, an Octave code which converts information describing a sparse matrix from sparse triplet (ST) format to Compressed Column Storage (CCS).
The computer code and data files made available on this web page are distributed under the MIT license
st_to_ccs is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
ccs, a dataset directory which contains examples of the Compressed Column Storage (CCS) sparse matrix file format;
ccs_io, an Octave code which reads and writes sparse linear systems stored in the Compressed Column Storage (CCS) format.
ccs_to_st, an Octave code which converts a sparse matrix from Compressed Column Storage (CCS) to sparse triplet (ST) format.
hbsmc, a dataset directory which contains the Harwell Boeing Sparse Matrix Collection;
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.
wathen_matrix, an Octave code which compares storage schemes (full, banded, sparse triplet) and solution strategies (Linpack full, Linpack banded, conjugate gradient (CG)) for linear systems involving the Wathen matrix, which can arise when solving a problem using the finite element method (FEM).