LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for labrd: step in gebrd:

Functions

subroutine clabrd (M, N, NB, A, LDA, D, E, TAUQ, TAUP, X, LDX, Y, LDY)
 CLABRD reduces the first nb rows and columns of a general matrix to a bidiagonal form. More...
 
subroutine dlabrd (M, N, NB, A, LDA, D, E, TAUQ, TAUP, X, LDX, Y, LDY)
 DLABRD reduces the first nb rows and columns of a general matrix to a bidiagonal form. More...
 
subroutine slabrd (M, N, NB, A, LDA, D, E, TAUQ, TAUP, X, LDX, Y, LDY)
 SLABRD reduces the first nb rows and columns of a general matrix to a bidiagonal form. More...
 
subroutine zlabrd (M, N, NB, A, LDA, D, E, TAUQ, TAUP, X, LDX, Y, LDY)
 ZLABRD reduces the first nb rows and columns of a general matrix to a bidiagonal form. More...
 

Detailed Description