mfi_zungqr Subroutine

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

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