fortran-lapack
Loading...
Searching...
No Matches
la_lapack::orgql Interface Reference

ORGQL: generates an M-by-N real matrix Q with orthonormal columns, which is defined as the last N columns of a product of K elementary reflectors of order M Q = H(k) . . . H(2) H(1) as returned by DGEQLF. More...

Public Member Functions

pure subroutine dorgql (m, n, k, a, lda, tau, work, lwork, info)
 
 la_dorgql
 
 la_qorgql
 
pure subroutine sorgql (m, n, k, a, lda, tau, work, lwork, info)
 
 la_sorgql
 

Detailed Description

ORGQL: generates an M-by-N real matrix Q with orthonormal columns, which is defined as the last N columns of a product of K elementary reflectors of order M Q = H(k) . . . H(2) H(1) as returned by DGEQLF.

Member Function/Subroutine Documentation

◆ dorgql()

pure subroutine la_lapack::orgql::dorgql ( integer(ilp), intent(in)  m,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  k,
real(dp), dimension(lda,*), intent(inout)  a,
integer(ilp), intent(in)  lda,
real(dp), dimension(*), intent(in)  tau,
real(dp), dimension(*), intent(out)  work,
integer(ilp), intent(in)  lwork,
integer(ilp), intent(out)  info 
)

◆ la_dorgql()

la_lapack::orgql::la_dorgql

◆ la_qorgql()

la_lapack::orgql::la_qorgql

◆ la_sorgql()

la_lapack::orgql::la_sorgql

◆ sorgql()

pure subroutine la_lapack::orgql::sorgql ( integer(ilp), intent(in)  m,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  k,
real(sp), dimension(lda,*), intent(inout)  a,
integer(ilp), intent(in)  lda,
real(sp), dimension(*), intent(in)  tau,
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: