mfi_dtrsv Subroutine

public pure subroutine mfi_dtrsv(a, x, uplo, trans, diag, incx)

Modern interface for dtrsv. See also: mfi_trsv, f77_trsv.

Arguments

Type IntentOptional Attributes Name
real(kind=REAL64), intent(in) :: a(:,:)
real(kind=REAL64), intent(inout) :: x(:)
character(len=1), intent(in), optional :: uplo
character(len=1), intent(in), optional :: trans
character(len=1), intent(in), optional :: diag
integer, intent(in), optional :: incx