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

Go to the source code of this file.

Functions/Subroutines

subroutine slatrz (M, N, L, A, LDA, TAU, WORK)
 SLATRZ factors an upper trapezoidal matrix by means of orthogonal transformations. More...
 
slarz
subroutine slarz(SIDE, M, N, L, V, INCV, TAU, C, LDC, WORK)
SLARZ applies an elementary reflector (as returned by stzrzf) to a general matrix.
Definition: slarz.f:147
slarfg
subroutine slarfg(N, ALPHA, X, INCX, TAU)
SLARFG generates an elementary reflector (Householder matrix).
Definition: slarfg.f:108