mfi_sgerqf Subroutine

public pure subroutine mfi_sgerqf(a, tau, info)

Modern interface for sgerqf. See also: mfi_gerqf, f77_gerqf.

Arguments

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