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

Functions

subroutine clarfb (SIDE, TRANS, DIRECT, STOREV, M, N, K, V, LDV, T, LDT, C, LDC, WORK, LDWORK)
 CLARFB applies a block reflector or its conjugate-transpose to a general rectangular matrix. More...
 
subroutine dlarfb (SIDE, TRANS, DIRECT, STOREV, M, N, K, V, LDV, T, LDT, C, LDC, WORK, LDWORK)
 DLARFB applies a block reflector or its transpose to a general rectangular matrix. More...
 
subroutine slarfb (SIDE, TRANS, DIRECT, STOREV, M, N, K, V, LDV, T, LDT, C, LDC, WORK, LDWORK)
 SLARFB applies a block reflector or its transpose to a general rectangular matrix. More...
 
subroutine zlarfb (SIDE, TRANS, DIRECT, STOREV, M, N, K, V, LDV, T, LDT, C, LDC, WORK, LDWORK)
 ZLARFB applies a block reflector or its conjugate-transpose to a general rectangular matrix. More...
 

Detailed Description