mfi_zgeqrf Subroutine

public pure subroutine mfi_zgeqrf(a, tau, info)

Modern interface for zgeqrf. See also: mfi_geqrf, f77_geqrf.

Arguments

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