mfi_hbmv Interface

public interface mfi_hbmv

Generic modern interface for HBMV. Supports c, z. See also: chbmv, zhbmv.


Module Procedures

public pure subroutine mfi_chbmv(a, x, y, uplo, alpha, beta, incx, incy)

Modern interface for chbmv. See also: mfi_hbmv, f77_hbmv.

Arguments

Type IntentOptional Attributes Name
complex(kind=REAL32), intent(in) :: a(:,:)
complex(kind=REAL32), intent(in) :: x(:)
complex(kind=REAL32), intent(inout) :: y(:)
character(len=1), intent(in), optional :: uplo
complex(kind=REAL32), intent(in), optional :: alpha
complex(kind=REAL32), intent(in), optional :: beta
integer, intent(in), optional :: incx
integer, intent(in), optional :: incy

public pure subroutine mfi_zhbmv(a, x, y, uplo, alpha, beta, incx, incy)

Modern interface for zhbmv. See also: mfi_hbmv, f77_hbmv.

Arguments

Type IntentOptional Attributes Name
complex(kind=REAL64), intent(in) :: a(:,:)
complex(kind=REAL64), intent(in) :: x(:)
complex(kind=REAL64), intent(inout) :: y(:)
character(len=1), intent(in), optional :: uplo
complex(kind=REAL64), intent(in), optional :: alpha
complex(kind=REAL64), intent(in), optional :: beta
integer, intent(in), optional :: incx
integer, intent(in), optional :: incy