mfi_dpotrs Subroutine

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

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

Arguments

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