LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for gebrd: reduction to bidiagonal:

Functions

subroutine cgebrd (M, N, A, LDA, D, E, TAUQ, TAUP, WORK, LWORK, INFO)
 CGEBRD More...
 
subroutine dgebrd (M, N, A, LDA, D, E, TAUQ, TAUP, WORK, LWORK, INFO)
 DGEBRD More...
 
subroutine sgebrd (M, N, A, LDA, D, E, TAUQ, TAUP, WORK, LWORK, INFO)
 SGEBRD More...
 
subroutine zgebrd (M, N, A, LDA, D, E, TAUQ, TAUP, WORK, LWORK, INFO)
 ZGEBRD More...
 

Detailed Description