mfi_strmv Subroutine

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

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

Arguments

Type IntentOptional Attributes Name
real(kind=REAL32), intent(in) :: a(:,:)
real(kind=REAL32), 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