st_to_ccs_test
st_to_ccs_test,
a MATLAB code which
calls st_to_ccs(), which
converts information describing a sparse matrix from sparse triplet (ST)
format to Compressed Column Storage (CCS).
Licensing:
The computer code and data files made available on this
web page are distributed under
the MIT license
Related Data and Programs:
st_to_ccs,
a MATLAB code which
converts sparse matrix data from Sparse Triplet (ST) format
to Compressed Column Storage (CCS) format.
Source Code:
-
st_to_ccs_test01.m,
converts a tiny matrix from ST to CCS form.
-
st_to_ccs_test02.m,
reads a large matrix from a file, and converts it from ST to CCS form.
-
st_to_ccs_test03.m,
reads a large matrix from a file, converts it from ST to CCS form,
and writes the CCS information to three files.
-
st_to_ccs_test04.m,
creates a Wathen matrix in ST form, which has many duplicated
index pairs, and converts it to CCS form.
-
west_st.txt,
the West matrix, in ST form.
-
west_acc.txt,
the values of the West matrix, in CCS form.
-
west_ccc.txt,
the compressed columns of the West matrix, in CCS form.
-
west_icc.txt,
the row indices of the West matrix, in CCS form.
Last revised on 15 February 2020.