This topic describes LAPACK driver routines used for solving singular value problems. See also computational routines that can be called to solve these problems. Table "Driver Routines for Singular Value Decomposition" lists all such driver routines for the FORTRAN 77 interface. Respective routine names in the Fortran 95 interface are without the first symbol (see Routine Naming Conventions).
Routine Name |
Operation performed |
---|---|
Computes the singular value decomposition of a general rectangular matrix. |
|
Computes the singular value decomposition of a general rectangular matrix using a divide and conquer method. |
|
Computes the singular value decomposition of a real matrix using a preconditioned Jacobi SVD method. |
|
Computes the singular value decomposition of a real matrix using Jacobi plane rotations. |
|
Computes the generalized singular value decomposition of a pair of general rectangular matrices. |