mfi_cgeqrf Subroutine

public pure subroutine mfi_cgeqrf(a, tau, info)

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

Arguments

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