mfi_dgetrs Subroutine

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

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

Arguments

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