mfi_ztpmv Subroutine

public pure subroutine mfi_ztpmv(ap, x, uplo, trans, diag, incx)

Modern interface for ztpmv. See also: mfi_tpmv, f77_tpmv.

Arguments

Type IntentOptional Attributes Name
complex(kind=REAL64), intent(in) :: ap(:)
complex(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