mfi_tbmv Interface

public interface mfi_tbmv

Generic modern interface for TBMV. Supports s, d, c, z. See also: stbmv, dtbmv, ctbmv, ztbmv.


Module Procedures

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

Modern interface for stbmv. See also: mfi_tbmv, f77_tbmv.

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

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

Modern interface for dtbmv. See also: mfi_tbmv, f77_tbmv.

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

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

Modern interface for ctbmv. See also: mfi_tbmv, f77_tbmv.

Arguments

Type IntentOptional Attributes Name
complex(kind=REAL32), intent(in) :: a(:,:)
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_ztbmv(a, x, uplo, trans, diag, incx)

Modern interface for ztbmv. See also: mfi_tbmv, f77_tbmv.

Arguments

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