MSM_TO_MM
Matlab Sparse Matrix
converted to
Matrix Market File
MSM_TO_MM,
a MATLAB library which
accepts 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.
Languages:
MSM_TO_MM is available in
a MATLAB version.
Related Data and Programs:
MM_IO,
a MATLAB library which
reads and writes sparse linear systems stored in the Matrix Market format.
MM_TO_MSM,
a MATLAB program which
reads a Matrix Market file defining a sparse matrix, and creates
a corresponding MATLAB sparse matrix data structure.
msm_to_mm_test
ST_TO_MM,
a MATLAB program which
converts a sparse matrix file from ST format to
MM format (Matrix Market format);
Reference:
-
Ronald Boisvert, Roldan Pozo, Karin Remington,
The Matrix Market Exchange Formats: Initial Design,
National Institute of Standards and Technology,
NISTIR 5935, December 1996,
Source Code:
-
msm_to_mm.m,
writes an MSM to an MM file.
-
msm_to_mm_array.m,
writes an MSM to an MM array file.
-
msm_to_mm_array_complex.m,
writes an MSM to an MM array complex file.
-
msm_to_mm_array_complex_general.m,
writes an MSM to an MM array complex general file.
-
msm_to_mm_array_complex_hermitian.m,
writes an MSM to an MM array complex hermitian file.
-
msm_to_mm_array_complex_skewsymmetric.m,
writes an MSM to an MM array complex skew-symmetric file.
-
msm_to_mm_array_complex_symmetric.m,
writes an MSM to an MM array complex symmetric file.
-
msm_to_mm_array_integer.m,
writes an MSM to an MM array integer file.
-
msm_to_mm_array_integer_general.m,
writes an MSM to an MM array integer general file.
-
msm_to_mm_array_integer_skewsymmetric.m,
writes an MSM to an MM array integer skew-symmetric file.
-
msm_to_mm_array_integer_symmetric.m,
writes an MSM to an MM array integer symmetric file.
-
msm_to_mm_array_real.m,
writes an MSM to an MM array real file.
-
msm_to_mm_array_real_general.m,
writes an MSM to an MM array real general file.
-
msm_to_mm_array_real_skewsymmetric.m,
writes an MSM to an MM array real skew-symmetric file.
-
msm_to_mm_array_real_symmetric.m,
writes an MSM to an MM array real symmetric file.
-
msm_to_mm_coordinate.m,
writes an MSM to an MM coordinate file.
-
msm_to_mm_coordinate_complex.m,
writes an MSM to an MM coordinate complex file.
-
msm_to_mm_coordinate_complex_general.m,
writes an MSM to an MM coordinate complex general file.
-
msm_to_mm_coordinate_complex_hermitian.m,
writes an MSM to an MM coordinate complex hermitian file.
-
msm_to_mm_coordinate_complex_skewsymmetric.m,
writes an MSM to an MM coordinate complex skew-symmetric file.
-
msm_to_mm_coordinate_complex_symmetric.m,
writes an MSM to an MM coordinate complex symmetric file.
-
msm_to_mm_coordinate_integer.m,
writes an MSM to an MM coordinate integer file.
-
msm_to_mm_coordinate_integer_general.m,
writes an MSM to an MM coordinate integer general file.
-
msm_to_mm_coordinate_integer_skewsymmetric.m,
writes an MSM to an MM coordinate integer skew-symmetric file.
-
msm_to_mm_coordinate_integer_symmetric.m,
writes an MSM to an MM coordinate integer symmetric file.
-
msm_to_mm_coordinate_real.m,
writes an MSM to an MM coordinate real file.
-
msm_to_mm_coordinate_real_general.m,
writes an MSM to an MM coordinate real general file.
-
msm_to_mm_coordinate_real_skewsymmetric.m,
writes an MSM to an MM coordinate real skew-symmetric file.
-
msm_to_mm_coordinate_real_symmetric.m,
writes an MSM to an MM coordinate real symmetric file.
-
msm_to_mm_coordinate_pattern_general.m,
writes an MSM to an MM coordinate pattern general file.
-
msm_to_mm_coordinate_pattern_symmetric.m,
writes an MSM to an MM coordinate pattern symmetric file.
-
timestamp.m,
prints the current YMDHMS date as a timestamp.
Last revised on 19 February 2019.