mfi_orgr2 Interface

public interface mfi_orgr2

Generic modern interface for ORGR2. Supports s, d. See also: sorgr2, dorgr2.


Module Procedures

public pure subroutine mfi_sorgr2(a, tau, k, info)

Modern interface for sorgr2. See also: mfi_orgr2, f77_orgr2. Generates the real orthogonal matrix Q of the RQ factorization formed by gerq2

Arguments

Type IntentOptional Attributes Name
real(kind=REAL32), intent(inout) :: a(:,:)
real(kind=REAL32), intent(in) :: tau(:)
integer, intent(in), optional :: k
integer, intent(out), optional :: info

public pure subroutine mfi_dorgr2(a, tau, k, info)

Modern interface for dorgr2. See also: mfi_orgr2, f77_orgr2. Generates the real orthogonal matrix Q of the RQ factorization formed by gerq2

Arguments

Type IntentOptional Attributes Name
real(kind=REAL64), intent(inout) :: a(:,:)
real(kind=REAL64), intent(in) :: tau(:)
integer, intent(in), optional :: k
integer, intent(out), optional :: info