f77_ung2r Interface

public interface f77_ung2r

Generic old style interface for UNG2R. Supports c, z. See also: mfi_ung2r, cung2r, zung2r.


Subroutines

public pure subroutine cung2r(m, n, k, a, lda, tau, work, info)

Original interface for CUNG2R See also: mfi_ung2r, f77_ung2r. This routine generates an complex(REAL32) matrix with orthonormal columns, which is defined as the first columns of a product of elementary reflectors of order . as returned by cgeqrf.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: m
integer, intent(in) :: n
integer, intent(in) :: k
complex(kind=REAL32), intent(inout) :: a(lda,*)
integer, intent(in) :: lda
complex(kind=REAL32), intent(in) :: tau(*)
complex(kind=REAL32), intent(out) :: work(*)
integer, intent(out) :: info

public pure subroutine zung2r(m, n, k, a, lda, tau, work, info)

Original interface for ZUNG2R See also: mfi_ung2r, f77_ung2r. This routine generates an complex(REAL64) matrix with orthonormal columns, which is defined as the first columns of a product of elementary reflectors of order . as returned by zgeqrf.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: m
integer, intent(in) :: n
integer, intent(in) :: k
complex(kind=REAL64), intent(inout) :: a(lda,*)
integer, intent(in) :: lda
complex(kind=REAL64), intent(in) :: tau(*)
complex(kind=REAL64), intent(out) :: work(*)
integer, intent(out) :: info