ORGTSQR: generates an M-by-N real matrix Q_out with orthonormal columns, which are the first N columns of a product of real orthogonal matrices of order M which are returned by DLATSQR Q_out = first_N_columns_of( Q(1)_in * Q(2)_in * ... * Q(k)_in ). See the documentation for DLATSQR.
More...
|
pure subroutine | dorgtsqr (m, n, mb, nb, a, lda, t, ldt, work, lwork, info) |
|
| la_dorgtsqr |
|
| la_qorgtsqr |
|
pure subroutine | sorgtsqr (m, n, mb, nb, a, lda, t, ldt, work, lwork, info) |
|
| la_sorgtsqr |
|
ORGTSQR: generates an M-by-N real matrix Q_out with orthonormal columns, which are the first N columns of a product of real orthogonal matrices of order M which are returned by DLATSQR Q_out = first_N_columns_of( Q(1)_in * Q(2)_in * ... * Q(k)_in ). See the documentation for DLATSQR.
◆ dorgtsqr()
pure subroutine la_lapack::orgtsqr::dorgtsqr |
( |
integer(ilp), intent(in) |
m, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
mb, |
|
|
integer(ilp), intent(in) |
nb, |
|
|
real(dp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
real(dp), dimension(ldt,*), intent(in) |
t, |
|
|
integer(ilp), intent(in) |
ldt, |
|
|
real(dp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), intent(in) |
lwork, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ la_dorgtsqr()
la_lapack::orgtsqr::la_dorgtsqr |
◆ la_qorgtsqr()
la_lapack::orgtsqr::la_qorgtsqr |
◆ la_sorgtsqr()
la_lapack::orgtsqr::la_sorgtsqr |
◆ sorgtsqr()
pure subroutine la_lapack::orgtsqr::sorgtsqr |
( |
integer(ilp), intent(in) |
m, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
mb, |
|
|
integer(ilp), intent(in) |
nb, |
|
|
real(sp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
real(sp), dimension(ldt,*), intent(in) |
t, |
|
|
integer(ilp), intent(in) |
ldt, |
|
|
real(sp), 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: