mfi_sgetrf Subroutine

public pure subroutine mfi_sgetrf(a, ipiv, info)

Modern interface for sgetrf. See also: mfi_getrf, f77_getrf.

Arguments

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