linpack_z_test
    
    
    
      linpack_z_test,
      an Octave program which
      calls linpack_z() to solve systems of linear equations for a variety
      of matrix types and storage modes.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      linpack_z,
      an Octave library which
      factors and solves linear systems
      using double precision complex arithmetic,
      by Jack Dongarra, Jim Bunch, Cleve Moler, Pete Stewart.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          
          linpack_z_test01.m, tests ZCHDC;
        
 
        - 
          
          linpack_z_test02.m, tests ZCHEX;
        
 
        - 
          
          linpack_z_test03.m, tests ZCHUD;
        
 
        - 
          
          linpack_z_test04.m, tests ZGBCO;
        
 
        - 
          
          linpack_z_test05.m, tests ZGBFA and ZGBSL;
        
 
        - 
          
          linpack_z_test06.m, tests ZGBFA and ZGBDI;
        
 
        - 
          
          linpack_z_test07.m, tests ZGECO;
        
 
        - 
          
          linpack_z_test08.m, tests ZGEFA and ZGESL;
        
 
        - 
          
          linpack_z_test09.m, tests ZGEFA and ZGEDI;
        
 
        - 
          
          linpack_z_test10.m, tests ZGTSL;
        
 
        - 
          
          linpack_z_test11.m, tests ZHICO;
        
 
        - 
          
          linpack_z_test12.m, tests ZHIFA and XZISL;
        
 
        - 
          
          linpack_z_test13.m, tests ZHIFA and ZHIDI;
        
 
        - 
          
          linpack_z_test14.m, tests ZHPCO;
        
 
        - 
          
          linpack_z_test15.m, tests ZHPFA and ZHPSL;
        
 
        - 
          
          linpack_z_test16.m, tests ZHPFA and ZHPDI;
        
 
        - 
          
          linpack_z_test17.m, tests ZPBCO;
        
 
        - 
          
          linpack_z_test18.m, tests ZPBFA and ZPBSL;
        
 
        - 
          
          linpack_z_test19.m, tests ZPBFA and ZPBDI;
        
 
        - 
          
          linpack_z_test20.m, tests ZPOCO;
        
 
        - 
          
          linpack_z_test21.m, tests ZPOFA and ZPOSL;
        
 
        - 
          
          linpack_z_test22.m, tests ZPOFA and ZPODI;
        
 
        - 
          
          linpack_z_test23.m, tests ZPPCO;
        
 
        - 
          
          linpack_z_test24.m, tests ZPPFA and ZPPSL;
        
 
        - 
          
          linpack_z_test25.m, tests ZPPFA and ZPPDI;
        
 
        - 
          
          linpack_z_test26.m, tests ZPTSL;
        
 
        - 
          
          zqrdc_test.m
        
 
        - 
          
          linpack_z_test28.m, tests ZSICO;
        
 
        - 
          
          linpack_z_test29.m, tests ZSIFA and ZSISL;
        
 
        - 
          
          linpack_z_test30.m, tests ZSIFA and ZSIDI;
        
 
        - 
          
          linpack_z_test31.m, tests ZSPCO;
        
 
        - 
          
          linpack_z_test32.m, tests ZSPFA and ZSPSL;
        
 
        - 
          
          linpack_z_test33.m, tests ZSPFA and ZSPDI;
        
 
        - 
          
          linpack_z_test34.m, tests ZSVDC;
        
 
        - 
          
          linpack_z_test345.m, tests ZSVDC;
        
 
        - 
          
          linpack_z_test35.m, tests ZTRCO;
        
 
        - 
          
          ztrdi_test
        
 
        - 
          
          ztrsl_test.m
        
 
      
    
    
    
      Last revised on 04 June 2024.