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

GEQLF: computes a QL factorization of a complex M-by-N matrix A: A = Q * L. More...

Public Member Functions

pure subroutine cgeqlf (m, n, a, lda, tau, work, lwork, info)
 
 la_cgeqlf
 
pure subroutine dgeqlf (m, n, a, lda, tau, work, lwork, info)
 
 la_dgeqlf
 
 la_qgeqlf
 
pure subroutine sgeqlf (m, n, a, lda, tau, work, lwork, info)
 
 la_sgeqlf
 
 la_wgeqlf
 
pure subroutine zgeqlf (m, n, a, lda, tau, work, lwork, info)
 
 la_zgeqlf
 

Detailed Description

GEQLF: computes a QL factorization of a complex M-by-N matrix A: A = Q * L.

Member Function/Subroutine Documentation

◆ cgeqlf()

pure subroutine la_lapack::geqlf::cgeqlf ( integer(ilp), intent(in)  m,
integer(ilp), intent(in)  n,
complex(sp), dimension(lda,*), intent(inout)  a,
integer(ilp), intent(in)  lda,
complex(sp), dimension(*), intent(out)  tau,
complex(sp), dimension(*), intent(out)  work,
integer(ilp), intent(in)  lwork,
integer(ilp), intent(out)  info 
)
Here is the call graph for this function:

◆ dgeqlf()

pure subroutine la_lapack::geqlf::dgeqlf ( integer(ilp), intent(in)  m,
integer(ilp), intent(in)  n,
real(dp), dimension(lda,*), intent(inout)  a,
integer(ilp), intent(in)  lda,
real(dp), dimension(*), intent(out)  tau,
real(dp), dimension(*), intent(out)  work,
integer(ilp), intent(in)  lwork,
integer(ilp), intent(out)  info 
)
Here is the call graph for this function:

◆ la_cgeqlf()

la_lapack::geqlf::la_cgeqlf

◆ la_dgeqlf()

la_lapack::geqlf::la_dgeqlf

◆ la_qgeqlf()

la_lapack::geqlf::la_qgeqlf

◆ la_sgeqlf()

la_lapack::geqlf::la_sgeqlf

◆ la_wgeqlf()

la_lapack::geqlf::la_wgeqlf

◆ la_zgeqlf()

la_lapack::geqlf::la_zgeqlf

◆ sgeqlf()

pure subroutine la_lapack::geqlf::sgeqlf ( integer(ilp), intent(in)  m,
integer(ilp), intent(in)  n,
real(sp), dimension(lda,*), intent(inout)  a,
integer(ilp), intent(in)  lda,
real(sp), dimension(*), intent(out)  tau,
real(sp), dimension(*), intent(out)  work,
integer(ilp), intent(in)  lwork,
integer(ilp), intent(out)  info 
)
Here is the call graph for this function:

◆ zgeqlf()

pure subroutine la_lapack::geqlf::zgeqlf ( integer(ilp), intent(in)  m,
integer(ilp), intent(in)  n,
complex(dp), dimension(lda,*), intent(inout)  a,
integer(ilp), intent(in)  lda,
complex(dp), dimension(*), intent(out)  tau,
complex(dp), dimension(*), intent(out)  work,
integer(ilp), intent(in)  lwork,
integer(ilp), intent(out)  info 
)
Here is the call graph for this function:

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