EPSLAPACK#
EPSLAPACK = “lapack” - A wrapper to LAPACK eigensolvers.
Notes#
This is not really a full-featured eigensolver but simply an interface to some LAPACK routines [Anderson et al., 1999]. These routines operate sequentially in dense mode and therefore are suitable only for small size problems. This solver should be used only for debugging purposes.
The LAPACK routine is not called directly, instead a DS object of
the appropriate type is set up.
References#
E. Anderson, Z. Bai, C. Bischof, L. S. Blackford, J. Demmel, J. Dongarra, J. Du Croz, A. Greenbaum, S. Hammarling, A. McKenney, and D. Sorensen. LAPACK Users' Guide. Society for Industrial and Applied Mathematics, Philadelphia, PA, third edition, 1999.
See Also#
EPS: Eigenvalue Problem Solver, EPS, EPSType, EPSSetType(), DS
Level#
beginner
Location#
Index of all EPS routines Table of Contents for all manual pages Index of all manual pages