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

Go to the source code of this file.

Functions/Subroutines

subroutine zlatrz (M, N, L, A, LDA, TAU, WORK)
 ZLATRZ factors an upper trapezoidal matrix by means of unitary transformations. More...
 
zlacgv
subroutine zlacgv(N, X, INCX)
ZLACGV conjugates a complex vector.
Definition: zlacgv.f:76
zlarz
subroutine zlarz(SIDE, M, N, L, V, INCV, TAU, C, LDC, WORK)
ZLARZ applies an elementary reflector (as returned by stzrzf) to a general matrix.
Definition: zlarz.f:149
zlarfg
subroutine zlarfg(N, ALPHA, X, INCX, TAU)
ZLARFG generates an elementary reflector (Householder matrix).
Definition: zlarfg.f:108