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

GEQRT2: computes a QR factorization of a complex M-by-N matrix A, using the compact WY representation of Q. More...

Public Member Functions

pure subroutine cgeqrt2 (m, n, a, lda, t, ldt, info)
 
 la_cgeqrt2
 
pure subroutine dgeqrt2 (m, n, a, lda, t, ldt, info)
 
 la_dgeqrt2
 
 la_qgeqrt2
 
pure subroutine sgeqrt2 (m, n, a, lda, t, ldt, info)
 
 la_sgeqrt2
 
 la_wgeqrt2
 
pure subroutine zgeqrt2 (m, n, a, lda, t, ldt, info)
 
 la_zgeqrt2
 

Detailed Description

GEQRT2: computes a QR factorization of a complex M-by-N matrix A, using the compact WY representation of Q.

Member Function/Subroutine Documentation

◆ cgeqrt2()

pure subroutine la_lapack::geqrt2::cgeqrt2 ( 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(ldt,*), intent(out)  t,
integer(ilp), intent(in)  ldt,
integer(ilp), intent(out)  info 
)
Here is the call graph for this function:

◆ dgeqrt2()

pure subroutine la_lapack::geqrt2::dgeqrt2 ( 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(ldt,*), intent(out)  t,
integer(ilp), intent(in)  ldt,
integer(ilp), intent(out)  info 
)
Here is the call graph for this function:

◆ la_cgeqrt2()

la_lapack::geqrt2::la_cgeqrt2

◆ la_dgeqrt2()

la_lapack::geqrt2::la_dgeqrt2

◆ la_qgeqrt2()

la_lapack::geqrt2::la_qgeqrt2

◆ la_sgeqrt2()

la_lapack::geqrt2::la_sgeqrt2

◆ la_wgeqrt2()

la_lapack::geqrt2::la_wgeqrt2

◆ la_zgeqrt2()

la_lapack::geqrt2::la_zgeqrt2

◆ sgeqrt2()

pure subroutine la_lapack::geqrt2::sgeqrt2 ( 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(ldt,*), intent(out)  t,
integer(ilp), intent(in)  ldt,
integer(ilp), intent(out)  info 
)
Here is the call graph for this function:

◆ zgeqrt2()

pure subroutine la_lapack::geqrt2::zgeqrt2 ( 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(ldt,*), intent(out)  t,
integer(ilp), intent(in)  ldt,
integer(ilp), intent(out)  info 
)
Here is the call graph for this function:

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