mm_io_test
mm_io_test,
an Octave code which
calls mm_io(), which
reads and writes files in the Matrix Market (MM) file format.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the MIT license
Related Data and Programs:
mm_io,
an Octave code which
reads and writes sparse linear systems stored
in the Matrix Market (MM) format.
Source Code:
-
mm_io_test01.m,
tests MM_HEADER_WRITE.
-
mm_io_test01.mm,
the partial matrix file created by test #1.
-
mm_io_test02.m,
tests MM_HEADER_READ.
-
mm_io_test03.m,
tests MM_COMMENT_WRITE.
-
mm_io_test03.mm,
the partial matrix file created by test #3.
-
mm_io_test04.m,
tests MM_COMMENT_READ.
-
mm_io_test05.m,
tests MM_SIZE_WRITE.
-
mm_io_test05.mm,
the partial matrix file created by test #5.
-
mm_io_test06.m,
tests MM_SIZE_READ_FILE or MM_SIZE_READ_STRING.
-
mm_io_test07.m,
tests MM_VALUES_WRITE.
-
mm_io_test07.mm,
the matrix file created by test #7.
-
mm_io_test08.m,
tests MM_VALUES_READ.
-
mm_io_test09.m,
tests MM_FILE_WRITE.
-
mm_io_test09.mm,
the matrix file created by test #9.
-
mm_io_test10.m,
tests MM_FILE_READ.
-
matrix_05_05_crg.txt,
a 5 by 5 matrix in COORDINATE REAL GENERAL form read
by some routines, and written by others.
-
wathen_29_28_adg.txt,
a 29 by 29 matrix in ARRAY DOUBLE GENERAL form written by
one of the test routines.
Last revised on 04 June 2023.