linpack_d_test
    
    
    
      linpack_d_test,
      a MATLAB program which
      calls linpack_d(), which
      solves systems of linear equations for a variety
      of matrix types and storage modes,
      by Jack Dongarra, Jim Bunch, Cleve Moler, Pete Stewart.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      linpack_d,
      a MATLAB code which
      factors and solves linear systems using double precision real arithmetic,
      by Jack Dongarra, Jim Bunch, Cleve Moler, Pete Stewart.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          
          linpack_d_test01.m, tests DCHDC;
        
 
        - 
          
          linpack_d_test02.m, tests DCHEX;
        
 
        - 
          
          linpack_d_test03.m, tests DCHUD;
        
 
        - 
          
          linpack_d_test04.m, tests DGBCO;
        
 
        - 
          
          linpack_d_test05.m, tests DGBFA and DGBSL;
        
 
        - 
          
          linpack_d_test06.m, tests DGBFA and DGBDI;
        
 
        - 
          
          linpack_d_test07.m, tests DGBFA and DGBSL;
        
 
        - 
          
          linpack_d_test08.m, tests DGECO and DGESL;
        
 
        - 
          
          linpack_d_test09.m, tests DGEFA and DGEDI;
        
 
        - 
          
          linpack_d_test10.m, tests DGEFA and DGESL;
        
 
        - 
          
          linpack_d_test11.m, tests DGEFA and DGESL;
        
 
        - 
          
          dgtsl_test.m, tests DGTSL;
        
 
        - 
          
          linpack_d_test13.m, tests DPBCO;
        
 
        - 
          
          linpack_d_test14.m, tests DPBDI;
        
 
        - 
          
          linpack_d_test15.m, tests DPBFA and DPBSL;
        
 
        - 
          
          linpack_d_test16.m, tests DPOCO;
        
 
        - 
          
          linpack_d_test17.m, tests DPOFA and DPODI;
        
 
        - 
          
          linpack_d_test18.m, tests DPOFA and DPOSL;
        
 
        - 
          
          linpack_d_test19.m, tests DPPCO;
        
 
        - 
          
          linpack_d_test20.m, tests DPPFA and DPPDI;
        
 
        - 
          
          linpack_d_test21.m, tests DPPFA and DPPSL;
        
 
        - 
          
          linpack_d_test22.m, tests DPTSL;
        
 
        - 
          
          linpack_d_test24.m, tests DSICO;
        
 
        - 
          
          linpack_d_test25.m, tests DSIFA and DSISL;
        
 
        - 
          
          linpack_d_test26.m, tests DSPCO;
        
 
        - 
          
          linpack_d_test27.m, tests DSPFA and DSPSL;
        
 
        - 
          
          linpack_d_test29.m, tests DTRCO;
        
 
        - 
          
          linpack_d_test30.m, tests DTRDI;
        
 
        - 
          
          linpack_d_test31.m, tests DTRSL;
        
 
      
    
    
    
      Last revised on 16 February 2019.