mfi_sgeqrf Subroutine

public pure subroutine mfi_sgeqrf(a, tau, info)

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

Arguments

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