![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | clarzb (SIDE, TRANS, DIRECT, STOREV, M, N, K, L, V, LDV, T, LDT, C, LDC, WORK, LDWORK) |
CLARZB applies a block reflector or its conjugate-transpose to a general matrix. More... | |
subroutine | dlarzb (SIDE, TRANS, DIRECT, STOREV, M, N, K, L, V, LDV, T, LDT, C, LDC, WORK, LDWORK) |
DLARZB applies a block reflector or its transpose to a general matrix. More... | |
subroutine | slarzb (SIDE, TRANS, DIRECT, STOREV, M, N, K, L, V, LDV, T, LDT, C, LDC, WORK, LDWORK) |
SLARZB applies a block reflector or its transpose to a general matrix. More... | |
subroutine | zlarzb (SIDE, TRANS, DIRECT, STOREV, M, N, K, L, V, LDV, T, LDT, C, LDC, WORK, LDWORK) |
ZLARZB applies a block reflector or its conjugate-transpose to a general matrix. More... | |