LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
larfx: apply Householder reflector, unrolled
Collaboration diagram for larfx: apply Householder reflector, unrolled:

Functions

subroutine clarfx (SIDE, M, N, V, TAU, C, LDC, WORK)
 CLARFX applies an elementary reflector to a general rectangular matrix, with loop unrolling when the reflector has order ≤ 10. More...
 
subroutine dlarfx (SIDE, M, N, V, TAU, C, LDC, WORK)
 DLARFX applies an elementary reflector to a general rectangular matrix, with loop unrolling when the reflector has order ≤ 10. More...
 
subroutine slarfx (SIDE, M, N, V, TAU, C, LDC, WORK)
 SLARFX applies an elementary reflector to a general rectangular matrix, with loop unrolling when the reflector has order ≤ 10. More...
 
subroutine zlarfx (SIDE, M, N, V, TAU, C, LDC, WORK)
 ZLARFX applies an elementary reflector to a general rectangular matrix, with loop unrolling when the reflector has order ≤ 10. More...
 

Detailed Description