UNHR_COL: takes an M-by-N complex matrix Q_in with orthonormal columns as input, stored in A, and performs Householder Reconstruction (HR), i.e. reconstructs Householder vectors V(i) implicitly representing another M-by-N matrix Q_out, with the property that Q_in = Q_out*S, where S is an N-by-N diagonal matrix with diagonal entries equal to +1 or -1. The Householder vectors (columns V(i) of V) are stored in A on output, and the diagonal entries of S are stored in D. Block reflectors are also returned in T (same output format as CGEQRT).
More...
|
pure subroutine | cunhr_col (m, n, nb, a, lda, t, ldt, d, info) |
|
| la_cunhr_col |
|
| la_wunhr_col |
|
pure subroutine | zunhr_col (m, n, nb, a, lda, t, ldt, d, info) |
|
| la_zunhr_col |
|
UNHR_COL: takes an M-by-N complex matrix Q_in with orthonormal columns as input, stored in A, and performs Householder Reconstruction (HR), i.e. reconstructs Householder vectors V(i) implicitly representing another M-by-N matrix Q_out, with the property that Q_in = Q_out*S, where S is an N-by-N diagonal matrix with diagonal entries equal to +1 or -1. The Householder vectors (columns V(i) of V) are stored in A on output, and the diagonal entries of S are stored in D. Block reflectors are also returned in T (same output format as CGEQRT).
◆ cunhr_col()
pure subroutine la_lapack::unhr_col::cunhr_col |
( |
integer(ilp), intent(in) | m, |
|
|
integer(ilp), intent(in) | n, |
|
|
integer(ilp), intent(in) | nb, |
|
|
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) | d, |
|
|
integer(ilp), intent(out) | info ) |
◆ la_cunhr_col()
la_lapack::unhr_col::la_cunhr_col |
◆ la_wunhr_col()
la_lapack::unhr_col::la_wunhr_col |
◆ la_zunhr_col()
la_lapack::unhr_col::la_zunhr_col |
◆ zunhr_col()
pure subroutine la_lapack::unhr_col::zunhr_col |
( |
integer(ilp), intent(in) | m, |
|
|
integer(ilp), intent(in) | n, |
|
|
integer(ilp), intent(in) | nb, |
|
|
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) | d, |
|
|
integer(ilp), intent(out) | info ) |
The documentation for this interface was generated from the following file: