st_to_cc_test
    
    
    
      st_to_cc_test,
      a MATLAB program which
      calls st_to_cc() to convert information describing a sparse matrix from sparse triplet (ST)
      format to compressed column storage (CC).
    
    
      Licensing:
    
    
      The computer code and data files made available on this
      web page are distributed under
      the GNU LGPL license.
    
    
      Related Data and Programs:
    
    
      
      st_to_cc,
      a MATLAB library which
      converts sparse matrix data from Sparse Triplet (ST) format 
      to Compressed Column (CC) format.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          st_to_cc_test01.m,
          converts a tiny matrix from ST to CC form.
        
- 
          st_to_cc_test02.m,
          reads a large matrix from a file, and converts it from ST to CC form.
        
- 
          st_to_cc_test03.m,
          reads a large matrix from a file, converts it from ST to CC form,
          and writes the CC information to three files.
        
- 
          st_to_cc_test04.m,
          creates a Wathen matrix in ST form, which has many duplicated index pairs,
          and converts it to CC form.
        
- 
          west_st.txt,
          the West matrix, in ST form.
        
- 
          west_acc.txt,
          the values of the West matrix, in CC form.
        
- 
          west_ccc.txt,
          the compressed columns of the West matrix, in CC form.
        
- 
          west_icc.txt,
          the row indices of the West matrix, in CC form.
        
    
      Last revised on 22 March 2019.