LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
bdsdc: bidiagonal SVD, divide and conquer
Collaboration diagram for bdsdc: bidiagonal SVD, divide and conquer:

Functions

subroutine dbdsdc (UPLO, COMPQ, N, D, E, U, LDU, VT, LDVT, Q, IQ, WORK, IWORK, INFO)
 DBDSDC More...
 
subroutine sbdsdc (UPLO, COMPQ, N, D, E, U, LDU, VT, LDVT, Q, IQ, WORK, IWORK, INFO)
 SBDSDC More...
 

Detailed Description