mfi_cpotrs Subroutine

public pure subroutine mfi_cpotrs(a, b, uplo, info)

Modern interface for cpotrs. See also: mfi_potrs, f77_potrs.

Arguments

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