Loading [MathJax]/jax/output/HTML-CSS/config.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_lapack::orgtsqr Interface Reference

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...

Public Member Functions

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
 

Detailed Description

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.

Member Function/Subroutine Documentation

◆ 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: