10-Dec-2018 21:48:03 CC_IO_TEST MATLAB version Test the CC_IO library. CC_IO_TEST01 Write a sparse matrix in CC format to 3 files. Full rows M = 5 Full columns N = 5 Full storage = 25 The matrix in 1-based CC format: # I J A ---- ---- ---- -------------- 1 1 1 2 2 2 1 3 3 1 2 3 4 3 2 -1 5 5 2 4 6 2 3 4 7 3 3 -3 8 4 3 1 9 5 3 2 10 3 4 2 11 2 5 6 12 5 5 1 CC_IO_TEST02 Read a sparse matrix in CC format from 3 files. The matrix in 1-based CC format: # I J A ---- ---- ---- -------------- 1 1 1 2 2 2 1 3 3 1 2 3 4 3 2 -1 5 5 2 4 6 2 3 4 7 3 3 -3 8 4 3 1 9 5 3 2 10 3 4 2 11 2 5 6 12 5 5 1 CC_IO_TEST Normal end of execution. 10-Dec-2018 21:48:03