Next: The Symmetric Eigenvalue Drivers
Up: More About Testing
Previous: Testing the Generalized Nonsymmetric
  Contents
The test routine for the LAPACK symmetric eigenvalue routines
has the following parameters which may be varied:
- the order 118#118 of the test matrix 16#16
- the type of the test matrix 16#16
- the blocksize 119#119
The testing program thus consists of a triply-nested
loop, the outer one over 119#119, the next
over 118#118, and the inner one over matrix types.
On each iteration of the innermost loop,
a matrix 16#16 is generated and used
to test the eigenvalue routines.
However, there is one exception. The test routine for the LAPACK
banded symmetric eigenvalue routines
has the following parameters which may be varied:
- the order 118#118 of the test matrix 16#16
- the type of the test matrix 16#16
The testing program thus consists of a doubly-nested
loop, the outer one over 118#118,
and the inner one over matrix types.
On each iteration of the innermost loop,
a matrix 16#16 is generated and used
to test the eigenvalue routines.
Subsections
Next: The Symmetric Eigenvalue Drivers
Up: More About Testing
Previous: Testing the Generalized Nonsymmetric
  Contents
Susan Blackford
2001-08-13