mfi_tbsv Interface

public interface mfi_tbsv

Generic modern interface for TBSV. Supports s, d, c, z. See also: stbsv, dtbsv, ctbsv, ztbsv.


Module Procedures

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

Modern interface for stbsv. See also: mfi_tbsv, f77_tbsv.

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_dtbsv(a, x, uplo, trans, diag, incx)

Modern interface for dtbsv. See also: mfi_tbsv, f77_tbsv.

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_ctbsv(a, x, uplo, trans, diag, incx)

Modern interface for ctbsv. See also: mfi_tbsv, f77_tbsv.

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_ztbsv(a, x, uplo, trans, diag, incx)

Modern interface for ztbsv. See also: mfi_tbsv, f77_tbsv.

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