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

GELQT: computes a blocked LQ factorization of a complex M-by-N matrix A using the compact WY representation of Q. More...

Public Member Functions

pure subroutine cgelqt (m, n, mb, a, lda, t, ldt, work, info)
 
 la_cgelqt
 
pure subroutine dgelqt (m, n, mb, a, lda, t, ldt, work, info)
 
 la_dgelqt
 
 la_qgelqt
 
pure subroutine sgelqt (m, n, mb, a, lda, t, ldt, work, info)
 
 la_sgelqt
 
 la_wgelqt
 
pure subroutine zgelqt (m, n, mb, a, lda, t, ldt, work, info)
 
 la_zgelqt
 

Detailed Description

GELQT: computes a blocked LQ factorization of a complex M-by-N matrix A using the compact WY representation of Q.

Member Function/Subroutine Documentation

◆ cgelqt()

pure subroutine la_lapack::gelqt::cgelqt ( integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
integer(ilp), intent(in) mb,
complex(sp), dimension(lda,*), intent(inout) a,
integer(ilp), intent(in) lda,
complex(sp), dimension(ldt,*), intent(out) t,
integer(ilp), intent(in) ldt,
complex(sp), dimension(*), intent(out) work,
integer(ilp), intent(out) info )
Here is the call graph for this function:

◆ dgelqt()

pure subroutine la_lapack::gelqt::dgelqt ( integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
integer(ilp), intent(in) mb,
real(dp), dimension(lda,*), intent(inout) a,
integer(ilp), intent(in) lda,
real(dp), dimension(ldt,*), intent(out) t,
integer(ilp), intent(in) ldt,
real(dp), dimension(*), intent(out) work,
integer(ilp), intent(out) info )
Here is the call graph for this function:

◆ la_cgelqt()

la_lapack::gelqt::la_cgelqt

◆ la_dgelqt()

la_lapack::gelqt::la_dgelqt

◆ la_qgelqt()

la_lapack::gelqt::la_qgelqt

◆ la_sgelqt()

la_lapack::gelqt::la_sgelqt

◆ la_wgelqt()

la_lapack::gelqt::la_wgelqt

◆ la_zgelqt()

la_lapack::gelqt::la_zgelqt

◆ sgelqt()

pure subroutine la_lapack::gelqt::sgelqt ( integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
integer(ilp), intent(in) mb,
real(sp), dimension(lda,*), intent(inout) a,
integer(ilp), intent(in) lda,
real(sp), dimension(ldt,*), intent(out) t,
integer(ilp), intent(in) ldt,
real(sp), dimension(*), intent(out) work,
integer(ilp), intent(out) info )
Here is the call graph for this function:

◆ zgelqt()

pure subroutine la_lapack::gelqt::zgelqt ( integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
integer(ilp), intent(in) mb,
complex(dp), dimension(lda,*), intent(inout) a,
integer(ilp), intent(in) lda,
complex(dp), dimension(ldt,*), intent(out) t,
integer(ilp), intent(in) ldt,
complex(dp), dimension(*), intent(out) work,
integer(ilp), intent(out) info )
Here is the call graph for this function:

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