msm_to_mm
    
    
    
      msm_to_mm,
      a MATLAB code which
      accepts a matrix in Matlab sparse matrix (MSM) format 
      and writes it to a file in the
      Matrix Market (MM) format.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Languages:
    
    
      msm_to_mm is available in
      a MATLAB version and
      an Octave version.
    
    
      Related Data and Programs:
    
    
      
      msm_to_mm_test
    
    
      
      mm_io,
      a MATLAB code which
      reads and writes sparse linear systems stored 
      in the Matrix Market (MM) format.
    
    
      
      mm_to_msm,
      a MATLAB code which
      reads a Matrix Market (MM) file defining a sparse matrix, and creates
      a corresponding MATLAB sparse matrix (MSM) data structure.
    
    
      
      st_to_mm,
      a MATLAB code which 
      converts a sparse matrix file from sparse triplet (ST) format to 
      Matrix Market (MM) 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.
        
 
      
    
    
    
      Last revised on 19 February 2019.