May 31 2002 9:32:16.077 PM LINPACKC_PRB Tests for LINPACKC. TEST01 For a complex general storage matrix: CGEFA factors the matrix. CGESL solves a linear system. The matrix order is N = 3 The matrix A is 0.7177 0.6554 0.1152 0.4485 0.4345 0.6006 0.7650 0.2408 0.5242 0.2917 0.1313 0.0973 0.9748 0.4314 0.0014 0.5235 0.0694 0.0014 The right hand side B is -0.2214 2.4136 0.6444 1.5847 0.1263 1.5887 Computed Exact Solution Solution 0.793981 0.833678 0.793981 0.833678 0.726849 0.676632 0.726848 0.676632 0.953963 0.732006 0.953964 0.732006 TEST02 For a complex tridiagonal matrix, test: CGTSL Matrix order N = 10 Computed Exact Solution Solution 0.999998 10.0000 1.00000 10.0000 2.00000 20.0000 2.00000 20.0000 3.00000 30.0000 3.00000 30.0000 4.00000 40.0000 4.00000 40.0000 5.00000 50.0000 5.00000 50.0000 6.00000 60.0000 6.00000 60.0000 7.00000 70.0000 7.00000 70.0000 8.00001 80.0000 8.00000 80.0000 9.00000 90.0000 9.00000 90.0000 10.0000 100.000 10.0000 100.000 TEST03 For a complex Hermitian matrix: CHIFA factors the matrix. CHISL solves a linear system. The matrix order is N = 3 The matrix A is 0.4821 0.0000 0.6851 0.9835 0.3827 0.4734 0.6851 -0.9835 0.0999 0.0000 0.1849 0.3123 0.3827 -0.4734 0.1849 -0.3123 0.1647 0.0000 The right hand side B is 0.5338 0.9597 0.7675 -0.5383 0.6480 -0.4118 Computed Exact Solution Solution 0.896166 0.541081E-02 0.896165 0.541097E-02 0.245516 0.351346 0.245517 0.351346 0.894906 0.133898 0.894905 0.133897 LINPACKC_PRB Normal end of execution.