LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
gebd2: reduction to bidiagonal, level 2
Collaboration diagram for gebd2: reduction to bidiagonal, level 2:

Functions

subroutine cgebd2 (M, N, A, LDA, D, E, TAUQ, TAUP, WORK, INFO)
 CGEBD2 reduces a general matrix to bidiagonal form using an unblocked algorithm. More...
 
subroutine dgebd2 (M, N, A, LDA, D, E, TAUQ, TAUP, WORK, INFO)
 DGEBD2 reduces a general matrix to bidiagonal form using an unblocked algorithm. More...
 
subroutine sgebd2 (M, N, A, LDA, D, E, TAUQ, TAUP, WORK, INFO)
 SGEBD2 reduces a general matrix to bidiagonal form using an unblocked algorithm. More...
 
subroutine zgebd2 (M, N, A, LDA, D, E, TAUQ, TAUP, WORK, INFO)
 ZGEBD2 reduces a general matrix to bidiagonal form using an unblocked algorithm. More...
 

Detailed Description