Next: Run the LAPACK Timing
Up: Run the LAPACK Test
Previous: Testing the Linear Equations
Contents
Testing the Eigensystem Routines
- a)
- Go to LAPACK/TESTING/EIG and type make followed by the data types
desired. The executable files are called xeigtsts,
xeigtstc, xeigtstd, and xeigtstz and are created
in LAPACK/TESTING.
- b)
- Go to LAPACK/TESTING and run the tests for each data type.
The tests for the eigensystem routines use eighteen separate input files
for testing the nonsymmetric eigenvalue problem,
the symmetric eigenvalue problem, the banded symmetric eigenvalue
problem, the generalized symmetric eigenvalue
problem, the generalized nonsymmetric eigenvalue problem, the
singular value decomposition, the banded singular value decomposition,
the generalized singular value
decomposition, the generalized QR and RQ factorizations, the generalized
linear regression model, and the constrained linear least squares
problem.
The tests for the REAL version are as follows:
- xeigtsts < nep.in > snep.out
- xeigtsts < sep.in > ssep.out
- xeigtsts < svd.in > ssvd.out
- xeigtsts < sec.in > sec.out
- xeigtsts < sed.in > sed.out
- xeigtsts < sgg.in > sgg.out
- xeigtsts < sgd.in > sgd.out
- xeigtsts < ssg.in > ssg.out
- xeigtsts < ssb.in > ssb.out
- xeigtsts < sbb.in > sbb.out
- xeigtsts < sbal.in > sbal.out
- xeigtsts < sbak.in > sbak.out
- xeigtsts < sgbal.in > sgbal.out
- xeigtsts < sgbak.in > sgbak.out
- xeigtsts < glm.in > sglm.out
- xeigtsts < gqr.in > sgqr.out
- xeigtsts < gsv.in > sgsv.out
- xeigtsts < lse.in > slse.out
The tests using xeigtstc, xeigtstd, and xeigtstz also
use the input files nep.in, sep.in, svd.in,
glm.in, gqr.in, gsv.in, and lse.in,
but the leading `s' in the other input file names must be changed
to `c', `d', or `z'.
If you encountered failures in this phase of the testing process, please
refer to Section 6.8.
Next: Run the LAPACK Timing
Up: Run the LAPACK Test
Previous: Testing the Linear Equations
Contents
Julie Langou
2007-02-26