mfi_dtrmv Subroutine

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

Modern interface for dtrmv. See also: mfi_trmv, f77_trmv.

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