LARFB_GETT: applies a complex Householder block reflector H from the left to a complex (K+M)-by-N "triangular-pentagonal" matrix composed of two block matrices: an upper trapezoidal K-by-N matrix A stored in the array A, and a rectangular M-by-(N-K) matrix B, stored in the array B. The block reflector H is stored in a compact WY-representation, where the elementary reflectors are in the arrays A, B and T. See Further Details section.
More...
|
pure subroutine | clarfb_gett (ident, m, n, k, t, ldt, a, lda, b, ldb, work, ldwork) |
|
| la_clarfb_gett |
|
pure subroutine | dlarfb_gett (ident, m, n, k, t, ldt, a, lda, b, ldb, work, ldwork) |
|
| la_dlarfb_gett |
|
| la_qlarfb_gett |
|
pure subroutine | slarfb_gett (ident, m, n, k, t, ldt, a, lda, b, ldb, work, ldwork) |
|
| la_slarfb_gett |
|
| la_wlarfb_gett |
|
pure subroutine | zlarfb_gett (ident, m, n, k, t, ldt, a, lda, b, ldb, work, ldwork) |
|
| la_zlarfb_gett |
|
LARFB_GETT: applies a complex Householder block reflector H from the left to a complex (K+M)-by-N "triangular-pentagonal" matrix composed of two block matrices: an upper trapezoidal K-by-N matrix A stored in the array A, and a rectangular M-by-(N-K) matrix B, stored in the array B. The block reflector H is stored in a compact WY-representation, where the elementary reflectors are in the arrays A, B and T. See Further Details section.
◆ clarfb_gett()
pure subroutine la_lapack::larfb_gett::clarfb_gett |
( |
character, intent(in) |
ident, |
|
|
integer(ilp), intent(in) |
m, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
k, |
|
|
complex(sp), dimension(ldt,*), intent(in) |
t, |
|
|
integer(ilp), intent(in) |
ldt, |
|
|
complex(sp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
complex(sp), dimension(ldb,*), intent(inout) |
b, |
|
|
integer(ilp), intent(in) |
ldb, |
|
|
complex(sp), dimension(ldwork,*), intent(out) |
work, |
|
|
integer(ilp), intent(in) |
ldwork |
|
) |
| |
◆ dlarfb_gett()
pure subroutine la_lapack::larfb_gett::dlarfb_gett |
( |
character, intent(in) |
ident, |
|
|
integer(ilp), intent(in) |
m, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
k, |
|
|
real(dp), dimension(ldt,*), intent(in) |
t, |
|
|
integer(ilp), intent(in) |
ldt, |
|
|
real(dp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
real(dp), dimension(ldb,*), intent(inout) |
b, |
|
|
integer(ilp), intent(in) |
ldb, |
|
|
real(dp), dimension(ldwork,*), intent(out) |
work, |
|
|
integer(ilp), intent(in) |
ldwork |
|
) |
| |
◆ la_clarfb_gett()
la_lapack::larfb_gett::la_clarfb_gett |
◆ la_dlarfb_gett()
la_lapack::larfb_gett::la_dlarfb_gett |
◆ la_qlarfb_gett()
la_lapack::larfb_gett::la_qlarfb_gett |
◆ la_slarfb_gett()
la_lapack::larfb_gett::la_slarfb_gett |
◆ la_wlarfb_gett()
la_lapack::larfb_gett::la_wlarfb_gett |
◆ la_zlarfb_gett()
la_lapack::larfb_gett::la_zlarfb_gett |
◆ slarfb_gett()
pure subroutine la_lapack::larfb_gett::slarfb_gett |
( |
character, intent(in) |
ident, |
|
|
integer(ilp), intent(in) |
m, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
k, |
|
|
real(sp), dimension(ldt,*), intent(in) |
t, |
|
|
integer(ilp), intent(in) |
ldt, |
|
|
real(sp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
real(sp), dimension(ldb,*), intent(inout) |
b, |
|
|
integer(ilp), intent(in) |
ldb, |
|
|
real(sp), dimension(ldwork,*), intent(out) |
work, |
|
|
integer(ilp), intent(in) |
ldwork |
|
) |
| |
◆ zlarfb_gett()
pure subroutine la_lapack::larfb_gett::zlarfb_gett |
( |
character, intent(in) |
ident, |
|
|
integer(ilp), intent(in) |
m, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
k, |
|
|
complex(dp), dimension(ldt,*), intent(in) |
t, |
|
|
integer(ilp), intent(in) |
ldt, |
|
|
complex(dp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
complex(dp), dimension(ldb,*), intent(inout) |
b, |
|
|
integer(ilp), intent(in) |
ldb, |
|
|
complex(dp), dimension(ldwork,*), intent(out) |
work, |
|
|
integer(ilp), intent(in) |
ldwork |
|
) |
| |
The documentation for this interface was generated from the following file: