
LAPACK Linear Equations Tester

To run the test:

% java Dchkaa < dtest.in


The results should look something like this:

 Tests of the DOUBLE PRECISION LAPACK routines 
 LAPACK VERSION 2.0, released September 30, 1994 

 The following parameter values will be used:
M    0 1 2 3 5 10 16 
N    0 1 2 3 5 10 16 
NRHS 2 
NB   1 3 3 3 20 
NX   1 0 5 9 1 

 Routines pass computational tests if test ratio is less than30.0 

 Relative machine underflow  is taken to be2.2250738585072014E-308 
 Relative machine overflow   is taken to be1.7976931348623157E308 
 Relative machine precision  is taken to be1.1102230246251565E-16 


 All tests for DGE  routines passed the threshold (2198  tests run)

 All tests for DGE  drivers  passed the threshold (4866  tests run)

 All tests for DGB  routines passed the threshold (17482  tests run)

 All tests for DGB  drivers  passed the threshold (30969  tests run)

 All tests for DGT  routines passed the threshold (1062  tests run)

 All tests for DGT  drivers  passed the threshold (2033  tests run)

 All tests for DPO  routines passed the threshold (888  tests run)

 All tests for DPO  drivers  passed the threshold (1910  tests run)

 All tests for DPP  routines passed the threshold (592  tests run)

 All tests for DPP  drivers  passed the threshold (1910  tests run)

 All tests for DPB  routines passed the threshold (1638  tests run)

 All tests for DPB  drivers  passed the threshold (4750  tests run)

 All tests for DPT  routines passed the threshold (403  tests run)

 All tests for DPT  drivers  passed the threshold (788  tests run)

 All tests for DSY  routines passed the threshold (884  tests run)

 All tests for DSY  drivers  passed the threshold (1072  tests run)

 All tests for DSP  routines passed the threshold (664  tests run)

 All tests for DSP  drivers  passed the threshold (1072  tests run)

 All tests for DTR  routines passed the threshold (3612  tests run)

 All tests for DTP  routines passed the threshold (3332  tests run)

 All tests for DTB  routines passed the threshold (8868  tests run)

 All tests for DQR  routines passed the threshold (28784  tests run)

 All tests for DRQ  routines passed the threshold (28784  tests run)

 All tests for DLQ  routines passed the threshold (28784  tests run)

 All tests for DQL  routines passed the threshold (28784  tests run)

 All tests for DQP  routines passed the threshold (882  tests run)

 All tests for DTZ  routines passed the threshold (252  tests run)

 All tests for DLS  drivers  passed the threshold (14700  tests run)

 All tests for DEQ  routines passed the threshold

 End of tests
 Total time used = 960.239  seconds

