![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | ctprfb (SIDE, TRANS, DIRECT, STOREV, M, N, K, L, V, LDV, T, LDT, A, LDA, B, LDB, WORK, LDWORK) |
CTPRFB applies a complex "triangular-pentagonal" block reflector to a complex matrix, which is composed of two blocks. More... | |
subroutine | dtprfb (SIDE, TRANS, DIRECT, STOREV, M, N, K, L, V, LDV, T, LDT, A, LDA, B, LDB, WORK, LDWORK) |
DTPRFB applies a real "triangular-pentagonal" block reflector to a real matrix, which is composed of two blocks. More... | |
subroutine | stprfb (SIDE, TRANS, DIRECT, STOREV, M, N, K, L, V, LDV, T, LDT, A, LDA, B, LDB, WORK, LDWORK) |
STPRFB applies a real "triangular-pentagonal" block reflector to a real matrix, which is composed of two blocks. More... | |
subroutine | ztprfb (SIDE, TRANS, DIRECT, STOREV, M, N, K, L, V, LDV, T, LDT, A, LDA, B, LDB, WORK, LDWORK) |
ZTPRFB applies a complex "triangular-pentagonal" block reflector to a complex matrix, which is composed of two blocks. More... | |