LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
bdsqr: bidiagonal SVD, QR iteration (dqds)
Collaboration diagram for bdsqr: bidiagonal SVD, QR iteration (dqds):

Functions

subroutine cbdsqr (UPLO, N, NCVT, NRU, NCC, D, E, VT, LDVT, U, LDU, C, LDC, RWORK, INFO)
 CBDSQR More...
 
subroutine dbdsqr (UPLO, N, NCVT, NRU, NCC, D, E, VT, LDVT, U, LDU, C, LDC, WORK, INFO)
 DBDSQR More...
 
subroutine sbdsqr (UPLO, N, NCVT, NRU, NCC, D, E, VT, LDVT, U, LDU, C, LDC, WORK, INFO)
 SBDSQR More...
 
subroutine zbdsqr (UPLO, N, NCVT, NRU, NCC, D, E, VT, LDVT, U, LDU, C, LDC, RWORK, INFO)
 ZBDSQR More...
 

Detailed Description