mfi_ungrq Interface

public interface mfi_ungrq

Generic modern interface for UNGRQ. Supports c, z. See also: cungrq, zungrq.


Module Procedures

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

Modern interface for cungrq. See also: mfi_ungrq, f77_ungrq. Generates the real orthogonal matrix Q of the QR factorization

Arguments

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

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

Modern interface for zungrq. See also: mfi_ungrq, f77_ungrq. Generates the real orthogonal matrix Q of the QR factorization

Arguments

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