GEQRT2: computes a QR factorization of a complex M-by-N matrix A, using the compact WY representation of Q.
More...
|
| pure subroutine | cgeqrt2 (m, n, a, lda, t, ldt, info) |
| |
| | la_cgeqrt2 |
| |
| pure subroutine | dgeqrt2 (m, n, a, lda, t, ldt, info) |
| |
| | la_dgeqrt2 |
| |
| | la_qgeqrt2 |
| |
| pure subroutine | sgeqrt2 (m, n, a, lda, t, ldt, info) |
| |
| | la_sgeqrt2 |
| |
| | la_wgeqrt2 |
| |
| pure subroutine | zgeqrt2 (m, n, a, lda, t, ldt, info) |
| |
| | la_zgeqrt2 |
| |
GEQRT2: computes a QR factorization of a complex M-by-N matrix A, using the compact WY representation of Q.
◆ cgeqrt2()
| pure subroutine la_lapack::geqrt2::cgeqrt2 |
( |
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(ldt,*), intent(out) | t, |
|
|
integer(ilp), intent(in) | ldt, |
|
|
integer(ilp), intent(out) | info ) |
◆ dgeqrt2()
| pure subroutine la_lapack::geqrt2::dgeqrt2 |
( |
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(ldt,*), intent(out) | t, |
|
|
integer(ilp), intent(in) | ldt, |
|
|
integer(ilp), intent(out) | info ) |
◆ la_cgeqrt2()
| la_lapack::geqrt2::la_cgeqrt2 |
◆ la_dgeqrt2()
| la_lapack::geqrt2::la_dgeqrt2 |
◆ la_qgeqrt2()
| la_lapack::geqrt2::la_qgeqrt2 |
◆ la_sgeqrt2()
| la_lapack::geqrt2::la_sgeqrt2 |
◆ la_wgeqrt2()
| la_lapack::geqrt2::la_wgeqrt2 |
◆ la_zgeqrt2()
| la_lapack::geqrt2::la_zgeqrt2 |
◆ sgeqrt2()
| pure subroutine la_lapack::geqrt2::sgeqrt2 |
( |
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(ldt,*), intent(out) | t, |
|
|
integer(ilp), intent(in) | ldt, |
|
|
integer(ilp), intent(out) | info ) |
◆ zgeqrt2()
| pure subroutine la_lapack::geqrt2::zgeqrt2 |
( |
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(ldt,*), intent(out) | t, |
|
|
integer(ilp), intent(in) | ldt, |
|
|
integer(ilp), intent(out) | info ) |
The documentation for this interface was generated from the following file: