SVDLAPACK#
SVDLAPACK = “lapack” - A wrapper to LAPACK singular value solvers.
Notes#
This is not really a full-featured singular value solver 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#
SVD: Singular Value Decomposition, SVD, SVDType, SVDSetType(), DS
Level#
beginner
Location#
src/svd/impls/lapack/svdlapack.c
Index of all SVD routines Table of Contents for all manual pages Index of all manual pages