hipblasdsbmv Interface Reference

hipblasdsbmv Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblasdsbmv Interface Reference
hipfort_hipblas::hipblasdsbmv Interface Reference

BLAS Level 2 API. More...

Public Member Functions

integer(kind(hipblas_status_success)) function hipblasdsbmv_ (handle, uplo, n, k, alpha, A, lda, x, incx, beta, y, incy)
 
integer(kind(hipblas_status_success)) function hipblasdsbmv_full_rank (handle, uplo, n, k, alpha, A, lda, x, incx, beta, y, incy)
 
integer(kind(hipblas_status_success)) function hipblasdsbmv_rank_0 (handle, uplo, n, k, alpha, A, lda, x, incx, beta, y, incy)
 
integer(kind(hipblas_status_success)) function hipblasdsbmv_rank_1 (handle, uplo, n, k, alpha, A, lda, x, incx, beta, y, incy)
 

Detailed Description

BLAS Level 2 API.

sbmv performs the matrix-vector operation:

y := alpha*A*x + beta*y,

where alpha and beta are scalars, x and y are n element vectors and A should contain an upper or lower triangular n by n symmetric banded matrix.

Parameters
[in]handle[hipblasHandle_t] handle to the hipblas library context queue.
[in]uplo[hipblasFillMode_t] specifies whether the upper 'HIPBLAS_FILL_MODE_UPPER' or lower 'HIPBLAS_FILL_MODE_LOWER' if HIPBLAS_FILL_MODE_UPPER, the lower part of A is not referenced if HIPBLAS_FILL_MODE_LOWER, the upper part of A is not referenced
[in]n[int]
[in]k[int] specifies the number of sub- and super-diagonals
[in]alphaspecifies the scalar alpha
[in]Apointer storing matrix A on the GPU
[in]lda[int] specifies the leading dimension of matrix A
[in]xpointer storing vector x on the GPU
[in]incx[int] specifies the increment for the elements of x
[in]betaspecifies the scalar beta
[out]ypointer storing vector y on the GPU
[in]incy[int] specifies the increment for the elements of y

Member Function/Subroutine Documentation

◆ hipblasdsbmv_()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdsbmv::hipblasdsbmv_ ( type(c_ptr), value  handle,
integer(kind(hipblas_fill_mode_upper)), value  uplo,
integer(c_int), value  n,
integer(c_int), value  k,
real(c_double)  alpha,
type(c_ptr), value  A,
integer(c_int), value  lda,
type(c_ptr), value  x,
integer(c_int), value  incx,
real(c_double)  beta,
type(c_ptr), value  y,
integer(c_int), value  incy 
)

◆ hipblasdsbmv_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdsbmv::hipblasdsbmv_full_rank ( type(c_ptr)  handle,
integer(kind(hipblas_fill_mode_upper))  uplo,
integer(c_int)  n,
integer(c_int)  k,
real(c_double)  alpha,
real(c_double), dimension(:,:), target  A,
integer(c_int)  lda,
real(c_double), dimension(:), target  x,
integer(c_int)  incx,
real(c_double)  beta,
real(c_double), dimension(:), target  y,
integer(c_int)  incy 
)

◆ hipblasdsbmv_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdsbmv::hipblasdsbmv_rank_0 ( type(c_ptr)  handle,
integer(kind(hipblas_fill_mode_upper))  uplo,
integer(c_int)  n,
integer(c_int)  k,
real(c_double)  alpha,
real(c_double), target  A,
integer(c_int)  lda,
real(c_double), target  x,
integer(c_int)  incx,
real(c_double)  beta,
real(c_double), target  y,
integer(c_int)  incy 
)

◆ hipblasdsbmv_rank_1()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdsbmv::hipblasdsbmv_rank_1 ( type(c_ptr)  handle,
integer(kind(hipblas_fill_mode_upper))  uplo,
integer(c_int)  n,
integer(c_int)  k,
real(c_double)  alpha,
real(c_double), dimension(:), target  A,
integer(c_int)  lda,
real(c_double), dimension(:), target  x,
integer(c_int)  incx,
real(c_double)  beta,
real(c_double), dimension(:), target  y,
integer(c_int)  incy 
)

The documentation for this interface was generated from the following file: