dlap_io_test
    
    
    
      dlap_io_test,
      a MATLAB program which
      calls dlap_io() to read and write files in the DLAP sparse matrix format, used by
      DLAP, the Sparse Linear Algebra Package.
    
    
      Licensing:
    
    
      The computer code and data files made available on this web page
      are distributed under
      the GNU LGPL license.
    
    
      Related Data and Programs:
    
    
      
      dlap_io,
      a MATLAB library which
      reads and writes sparse matrix files in the dlap format;
    
    
      Source Code:
    
    
      
        - 
          dlap_io_test.m,
          calls all the tests.
        
- 
          dlap_io_test.sh,
          runs all the tests.
        
- 
          dlap_io_test.txt,
          the output file.
        
- 
          dlap_io_test01.m,
          writes the file a5by5.dlap.
        
- 
          dlap_io_test02.m,
          reads the file a5by5.dlap.
        
- 
          dlap_io_test03.m,
          writes the file a5by5_sym.dlap.
        
- 
          dlap_io_test04.m,
          reads the file a5by5_sym.dlap.
        
- 
          a5by5.dlap,
          a 5 by 5 matrix, right hand side, and solution, created by one routine
         in the calling program and read by another.
        
- 
          a5by5_sym.dlap,
          a 5 by 5 symmetric matrix, right hand side, and solution, created by one routine
         in the calling program and read by another.
        
    
      Last revised on 07 January 2019.