mfi_org2r Interface

public interface mfi_org2r

Generic modern interface for ORG2R. Supports s, d. See also: sorg2r, dorg2r.


Module Procedures

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

Modern interface for sorg2r. See also: mfi_org2r, f77_org2r. Generates the real orthogonal matrix Q of the QR factorization formed by geqr2

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_dorg2r(a, tau, k, info)

Modern interface for dorg2r. See also: mfi_org2r, f77_org2r. Generates the real orthogonal matrix Q of the QR factorization formed by geqr2

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