GELQT: computes a blocked LQ factorization of a complex M-by-N matrix A using the compact WY representation of Q.
More...
|
| pure subroutine | cgelqt (m, n, mb, a, lda, t, ldt, work, info) |
| |
| | la_cgelqt |
| |
| pure subroutine | dgelqt (m, n, mb, a, lda, t, ldt, work, info) |
| |
| | la_dgelqt |
| |
| | la_qgelqt |
| |
| pure subroutine | sgelqt (m, n, mb, a, lda, t, ldt, work, info) |
| |
| | la_sgelqt |
| |
| | la_wgelqt |
| |
| pure subroutine | zgelqt (m, n, mb, a, lda, t, ldt, work, info) |
| |
| | la_zgelqt |
| |
GELQT: computes a blocked LQ factorization of a complex M-by-N matrix A using the compact WY representation of Q.
◆ cgelqt()
| pure subroutine la_lapack::gelqt::cgelqt |
( |
integer(ilp), intent(in) | m, |
|
|
integer(ilp), intent(in) | n, |
|
|
integer(ilp), intent(in) | mb, |
|
|
complex(sp), dimension(lda,*), intent(inout) | a, |
|
|
integer(ilp), intent(in) | lda, |
|
|
complex(sp), dimension(ldt,*), intent(out) | t, |
|
|
integer(ilp), intent(in) | ldt, |
|
|
complex(sp), dimension(*), intent(out) | work, |
|
|
integer(ilp), intent(out) | info ) |
◆ dgelqt()
| pure subroutine la_lapack::gelqt::dgelqt |
( |
integer(ilp), intent(in) | m, |
|
|
integer(ilp), intent(in) | n, |
|
|
integer(ilp), intent(in) | mb, |
|
|
real(dp), dimension(lda,*), intent(inout) | a, |
|
|
integer(ilp), intent(in) | lda, |
|
|
real(dp), dimension(ldt,*), intent(out) | t, |
|
|
integer(ilp), intent(in) | ldt, |
|
|
real(dp), dimension(*), intent(out) | work, |
|
|
integer(ilp), intent(out) | info ) |
◆ la_cgelqt()
| la_lapack::gelqt::la_cgelqt |
◆ la_dgelqt()
| la_lapack::gelqt::la_dgelqt |
◆ la_qgelqt()
| la_lapack::gelqt::la_qgelqt |
◆ la_sgelqt()
| la_lapack::gelqt::la_sgelqt |
◆ la_wgelqt()
| la_lapack::gelqt::la_wgelqt |
◆ la_zgelqt()
| la_lapack::gelqt::la_zgelqt |
◆ sgelqt()
| pure subroutine la_lapack::gelqt::sgelqt |
( |
integer(ilp), intent(in) | m, |
|
|
integer(ilp), intent(in) | n, |
|
|
integer(ilp), intent(in) | mb, |
|
|
real(sp), dimension(lda,*), intent(inout) | a, |
|
|
integer(ilp), intent(in) | lda, |
|
|
real(sp), dimension(ldt,*), intent(out) | t, |
|
|
integer(ilp), intent(in) | ldt, |
|
|
real(sp), dimension(*), intent(out) | work, |
|
|
integer(ilp), intent(out) | info ) |
◆ zgelqt()
| pure subroutine la_lapack::gelqt::zgelqt |
( |
integer(ilp), intent(in) | m, |
|
|
integer(ilp), intent(in) | n, |
|
|
integer(ilp), intent(in) | mb, |
|
|
complex(dp), dimension(lda,*), intent(inout) | a, |
|
|
integer(ilp), intent(in) | lda, |
|
|
complex(dp), dimension(ldt,*), intent(out) | t, |
|
|
integer(ilp), intent(in) | ldt, |
|
|
complex(dp), dimension(*), intent(out) | work, |
|
|
integer(ilp), intent(out) | info ) |
The documentation for this interface was generated from the following file: