mfi_blas_tpmv Module



Interfaces

public interface mfi_tpmv

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

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

    Modern interface for f77_tpmv. 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 f77_tpmv. 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 f77_tpmv. 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 f77_tpmv. 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

Subroutines

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

Modern interface for f77_tpmv. 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 f77_tpmv. 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 f77_tpmv. 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 f77_tpmv. 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