msm_to_mm_test
msm_to_mm_test,
a MATLAB program which
calls msm_to_mm() to accept a Matlab sparse matrix and writes it to a file in the
Matrix Market File Format.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the GNU LGPL license.
Related Data and Programs:
msm_to_mm,
a MATLAB program which
writes a MATLAB sparse matrix to a Matrix Market (MM) file;
Source Code:
-
msm_to_mm_test01.m,
tests MSM_TO_MM_ARRAY_COMPLEX_GENERAL.
-
msm_to_mm_test01.mm,
the file created by the test.
-
msm_to_mm_test02.m,
tests MSM_TO_MM_ARRAY_COMPLEX_HERMITIAN.
-
msm_to_mm_test02.mm,
the file created by the test.
-
msm_to_mm_test03.m,
tests MSM_TO_MM_ARRAY_COMPLEX_SKEWSYMMETRIC.
-
msm_to_mm_test03.mm,
the file created by the test.
-
msm_to_mm_test04.m,
tests MSM_TO_MM_ARRAY_COMPLEX_SYMMETRIC.
-
msm_to_mm_test04.mm,
the file created by the test.
-
msm_to_mm_test05.m,
tests MSM_TO_MM_ARRAY_INTEGER_GENERAL.
-
msm_to_mm_test05.mm,
the file created by the test.
-
msm_to_mm_test06.m,
tests MSM_TO_MM_ARRAY_INTEGER_SKEWSYMMETRIC.
-
msm_to_mm_test06.mm,
the file created by the test.
-
msm_to_mm_test07.m,
tests MSM_TO_MM_ARRAY_INTEGER_SYMMETRIC.
-
msm_to_mm_test07.mm,
the file created by the test.
-
msm_to_mm_test08.m,
tests MSM_TO_MM_ARRAY_REAL_GENERAL.
-
msm_to_mm_test08.mm,
the file created by the test.
-
msm_to_mm_test09.m,
tests MSM_TO_MM_ARRAY_REAL_SKEWSYMMETRIC.
-
msm_to_mm_test09.mm,
the file created by the test.
-
msm_to_mm_test10.m,
tests MSM_TO_MM_ARRAY_REAL_SYMMETRIC.
-
msm_to_mm_test10.mm,
the file created by the test.
-
msm_to_mm_test11.m,
tests MSM_TO_MM_COORDINATE_COMPLEX_GENERAL.
-
msm_to_mm_test11.mm,
the file created by the test.
-
msm_to_mm_test12.m,
tests MSM_TO_MM_COORDINATE_COMPLEX_HERMITIAN.
-
msm_to_mm_test12.mm,
the file created by the test.
-
msm_to_mm_test13.m,
tests MSM_TO_MM_COORDINATE_COMPLEX_SKEWSYMMETRIC.
-
msm_to_mm_test13.mm,
the file created by the test.
-
msm_to_mm_test14.m,
tests MSM_TO_MM_COORDINATE_COMPLEX_SYMMETRIC.
-
msm_to_mm_test14.mm,
the file created by the test.
-
msm_to_mm_test15.m,
tests MSM_TO_MM_COORDINATE_INTEGER_GENERAL.
-
msm_to_mm_test15.mm,
the file created by the test.
-
msm_to_mm_test16.m,
tests MSM_TO_MM_COORDINATE_INTEGER_SKEWSYMMETRIC.
-
msm_to_mm_test16.mm,
the file created by the test.
-
msm_to_mm_test17.m,
tests MSM_TO_MM_COORDINATE_INTEGER_SYMMETRIC.
-
msm_to_mm_test17.mm,
the file created by the test.
-
msm_to_mm_test18.m,
tests MSM_TO_MM_COORDINATE_REAL_GENERAL.
-
msm_to_mm_test18.mm,
the file created by the test.
-
msm_to_mm_test19.m,
tests MSM_TO_MM_COORDINATE_REAL_SKEWSYMMETRIC.
-
msm_to_mm_test19.mm,
the file created by the test.
-
msm_to_mm_test20.m,
tests MSM_TO_MM_COORDINATE_REAL_SYMMETRIC.
-
msm_to_mm_test20.mm,
the file created by the test.
-
msm_to_mm_test21.m,
tests MSM_TO_MM_COORDINATE_PATTERN_GENERAL.
-
msm_to_mm_test21.mm,
the file created by the test.
-
msm_to_mm_test22.m,
tests MSM_TO_MM_COORDINATE_PATTERN_SYMMETRIC.
-
msm_to_mm_test22.mm,
the file created by the test.
Last revised on 19 February 2019.