GEQLF: computes a QL factorization of a complex M-by-N matrix A: A = Q * L.
More...
|
pure subroutine | cgeqlf (m, n, a, lda, tau, work, lwork, info) |
|
| la_cgeqlf |
|
pure subroutine | dgeqlf (m, n, a, lda, tau, work, lwork, info) |
|
| la_dgeqlf |
|
| la_qgeqlf |
|
pure subroutine | sgeqlf (m, n, a, lda, tau, work, lwork, info) |
|
| la_sgeqlf |
|
| la_wgeqlf |
|
pure subroutine | zgeqlf (m, n, a, lda, tau, work, lwork, info) |
|
| la_zgeqlf |
|
GEQLF: computes a QL factorization of a complex M-by-N matrix A: A = Q * L.
◆ cgeqlf()
pure subroutine la_lapack::geqlf::cgeqlf |
( |
integer(ilp), intent(in) |
m, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(sp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
complex(sp), dimension(*), intent(out) |
tau, |
|
|
complex(sp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), intent(in) |
lwork, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ dgeqlf()
pure subroutine la_lapack::geqlf::dgeqlf |
( |
integer(ilp), intent(in) |
m, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(dp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
real(dp), dimension(*), intent(out) |
tau, |
|
|
real(dp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), intent(in) |
lwork, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ la_cgeqlf()
la_lapack::geqlf::la_cgeqlf |
◆ la_dgeqlf()
la_lapack::geqlf::la_dgeqlf |
◆ la_qgeqlf()
la_lapack::geqlf::la_qgeqlf |
◆ la_sgeqlf()
la_lapack::geqlf::la_sgeqlf |
◆ la_wgeqlf()
la_lapack::geqlf::la_wgeqlf |
◆ la_zgeqlf()
la_lapack::geqlf::la_zgeqlf |
◆ sgeqlf()
pure subroutine la_lapack::geqlf::sgeqlf |
( |
integer(ilp), intent(in) |
m, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(sp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
real(sp), dimension(*), intent(out) |
tau, |
|
|
real(sp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), intent(in) |
lwork, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ zgeqlf()
pure subroutine la_lapack::geqlf::zgeqlf |
( |
integer(ilp), intent(in) |
m, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(dp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
complex(dp), dimension(*), intent(out) |
tau, |
|
|
complex(dp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), intent(in) |
lwork, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
The documentation for this interface was generated from the following file: