mfi_sgesv Subroutine

public pure subroutine mfi_sgesv(a, b, ipiv, info)

Modern interface for f77_gesv. See also: mfi_gesv, f77_gesv.

Arguments

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