mfi_tpmv Interface

public interface mfi_tpmv

Generic modern interface for TPMV. Supports s, d, c, z. See also: stpmv, dtpmv, ctpmv, ztpmv.


Module Procedures

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

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

Arguments

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

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

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

Arguments

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

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

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

Arguments

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

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