LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for larf: apply Householder reflector:

Functions

subroutine clarf (SIDE, M, N, V, INCV, TAU, C, LDC, WORK)
 CLARF applies an elementary reflector to a general rectangular matrix. More...
 
subroutine dlarf (SIDE, M, N, V, INCV, TAU, C, LDC, WORK)
 DLARF applies an elementary reflector to a general rectangular matrix. More...
 
subroutine slarf (SIDE, M, N, V, INCV, TAU, C, LDC, WORK)
 SLARF applies an elementary reflector to a general rectangular matrix. More...
 
subroutine zlarf (SIDE, M, N, V, INCV, TAU, C, LDC, WORK)
 ZLARF applies an elementary reflector to a general rectangular matrix. More...
 

Detailed Description