Visible to Intel only — GUID: GUID-BDA281B1-921F-4A41-B381-DCD341B0774A
Visible to Intel only — GUID: GUID-BDA281B1-921F-4A41-B381-DCD341B0774A
Singular Value Decomposition: LAPACK Driver Routines
Table "Driver Routines for Singular Value Decomposition" lists the LAPACK driver routines that perform singular value decomposition for the FORTRAN 77 interface. The corresponding routine names in the Fortran 95 interface are the same except that the first character is removed.
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. |
|
Computes the SVD and left and right singular vectors for a matrix. |
|
Computes the SVD of a bidiagonal matrix. |
|
Computes the truncated SVD of a group of general m-by-n matrices that are stored at a constant stride from each other in a contiguous block of memory. |