hipblasdsymvstridedbatched Interface Reference

hipblasdsymvstridedbatched Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblasdsymvstridedbatched Interface Reference
hipfort_hipblas::hipblasdsymvstridedbatched Interface Reference

Public Member Functions

integer(kind(hipblas_status_success)) function hipblasdsymvstridedbatched_ (handle, uplo, n, alpha, ap, lda, stridea, x, incx, stridex, beta, y, incy, stridey, batchcount)
 
integer(kind(hipblas_status_success)) function hipblasdsymvstridedbatched_rank_0 (handle, uplo, n, alpha, ap, lda, stridea, x, incx, stridex, beta, y, incy, stridey, batchcount)
 
integer(kind(hipblas_status_success)) function hipblasdsymvstridedbatched_rank_1 (handle, uplo, n, alpha, ap, lda, stridea, x, incx, stridex, beta, y, incy, stridey, batchcount)
 
integer(kind(hipblas_status_success)) function hipblasdsymvstridedbatched_full_rank (handle, uplo, n, alpha, ap, lda, stridea, x, incx, stridex, beta, y, incy, stridey, batchcount)
 

Member Function/Subroutine Documentation

◆ hipblasdsymvstridedbatched_()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdsymvstridedbatched::hipblasdsymvstridedbatched_ ( type(c_ptr), value  handle,
integer(kind(hipblas_fill_mode_upper)), value  uplo,
integer(c_int), value  n,
real(c_double)  alpha,
type(c_ptr), value  ap,
integer(c_int), value  lda,
integer(c_int64_t), value  stridea,
type(c_ptr), value  x,
integer(c_int), value  incx,
integer(c_int64_t), value  stridex,
real(c_double)  beta,
type(c_ptr), value  y,
integer(c_int), value  incy,
integer(c_int64_t), value  stridey,
integer(c_int), value  batchcount 
)

◆ hipblasdsymvstridedbatched_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdsymvstridedbatched::hipblasdsymvstridedbatched_full_rank ( type(c_ptr)  handle,
integer(kind(hipblas_fill_mode_upper))  uplo,
integer(c_int)  n,
real(c_double)  alpha,
real(c_double), dimension(:,:), target  ap,
integer(c_int)  lda,
integer(c_int64_t)  stridea,
real(c_double), dimension(:), target  x,
integer(c_int)  incx,
integer(c_int64_t)  stridex,
real(c_double)  beta,
real(c_double), dimension(:), target  y,
integer(c_int)  incy,
integer(c_int64_t)  stridey,
integer(c_int)  batchcount 
)

◆ hipblasdsymvstridedbatched_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdsymvstridedbatched::hipblasdsymvstridedbatched_rank_0 ( type(c_ptr)  handle,
integer(kind(hipblas_fill_mode_upper))  uplo,
integer(c_int)  n,
real(c_double)  alpha,
real(c_double), target  ap,
integer(c_int)  lda,
integer(c_int64_t)  stridea,
real(c_double), target  x,
integer(c_int)  incx,
integer(c_int64_t)  stridex,
real(c_double)  beta,
real(c_double), target  y,
integer(c_int)  incy,
integer(c_int64_t)  stridey,
integer(c_int)  batchcount 
)

◆ hipblasdsymvstridedbatched_rank_1()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdsymvstridedbatched::hipblasdsymvstridedbatched_rank_1 ( type(c_ptr)  handle,
integer(kind(hipblas_fill_mode_upper))  uplo,
integer(c_int)  n,
real(c_double)  alpha,
real(c_double), dimension(:), target  ap,
integer(c_int)  lda,
integer(c_int64_t)  stridea,
real(c_double), dimension(:), target  x,
integer(c_int)  incx,
integer(c_int64_t)  stridex,
real(c_double)  beta,
real(c_double), dimension(:), target  y,
integer(c_int)  incy,
integer(c_int64_t)  stridey,
integer(c_int)  batchcount 
)

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