mfi_cgetrs Subroutine

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

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

Arguments

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