Loading [MathJax]/extensions/tex2jax.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_lapack::org2l Interface Reference

ORG2L: 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 dorg2l (m, n, k, a, lda, tau, work, info)
 
 la_dorg2l
 
 la_qorg2l
 
pure subroutine sorg2l (m, n, k, a, lda, tau, work, info)
 
 la_sorg2l
 

Detailed Description

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

◆ dorg2l()

pure subroutine la_lapack::org2l::dorg2l ( 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(out) info )

◆ la_dorg2l()

la_lapack::org2l::la_dorg2l

◆ la_qorg2l()

la_lapack::org2l::la_qorg2l

◆ la_sorg2l()

la_lapack::org2l::la_sorg2l

◆ sorg2l()

pure subroutine la_lapack::org2l::sorg2l ( 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(out) info )

The documentation for this interface was generated from the following file: