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

Go to the source code of this file.

Functions/Subroutines

subroutine clatrz (M, N, L, A, LDA, TAU, WORK)
 CLATRZ factors an upper trapezoidal matrix by means of unitary transformations. More...
 
clarfg
subroutine clarfg(N, ALPHA, X, INCX, TAU)
CLARFG generates an elementary reflector (Householder matrix).
Definition: clarfg.f:108
clacgv
subroutine clacgv(N, X, INCX)
CLACGV conjugates a complex vector.
Definition: clacgv.f:76
clarz
subroutine clarz(SIDE, M, N, L, V, INCV, TAU, C, LDC, WORK)
CLARZ applies an elementary reflector (as returned by stzrzf) to a general matrix.
Definition: clarz.f:149