mfi_sgetrs Subroutine

public pure subroutine mfi_sgetrs(a, ipiv, b, trans, info)

Modern interface for sgetrs. See also: mfi_getrs, f77_getrs.

Arguments

Type IntentOptional Attributes Name
real(kind=REAL32), intent(inout) :: a(:,:)
integer, intent(in) :: ipiv(:)
real(kind=REAL32), intent(inout) :: b(:,:)
character(len=1), intent(in), optional :: trans
integer, intent(out), optional :: info