mfi_cungrq Subroutine

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