LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
clabrd.f File Reference

Go to the source code of this file.

Functions/Subroutines

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...
 
clarfg
subroutine clarfg(N, ALPHA, X, INCX, TAU)
CLARFG generates an elementary reflector (Householder matrix).
Definition: clarfg.f:108
cgemv
subroutine cgemv(TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
CGEMV
Definition: cgemv.f:160
clacgv
subroutine clacgv(N, X, INCX)
CLACGV conjugates a complex vector.
Definition: clacgv.f:76
cscal
subroutine cscal(N, CA, CX, INCX)
CSCAL
Definition: cscal.f:80