mfi_cungqr Subroutine

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

Modern interface for cungqr. See also: mfi_ungqr, f77_ungqr. 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