LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for larz: apply reflector:

Functions

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. More...
 
subroutine dlarz (SIDE, M, N, L, V, INCV, TAU, C, LDC, WORK)
 DLARZ applies an elementary reflector (as returned by stzrzf) to a general matrix. More...
 
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. More...
 
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. More...
 

Detailed Description