hipblaszhprstridedbatched Interface Reference

hipblaszhprstridedbatched Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblaszhprstridedbatched Interface Reference
hipfort_hipblas::hipblaszhprstridedbatched Interface Reference

Public Member Functions

integer(kind(hipblas_status_success)) function hipblaszhprstridedbatched_orig (handle, uplo, n, alpha, x, incx, stridex, AP, strideAP, batchCount)
 
integer(kind(hipblas_status_success)) function hipblaszhprstridedbatched_rank_0 (handle, uplo, n, alpha, x, incx, stridex, AP, strideAP, batchCount)
 
integer(kind(hipblas_status_success)) function hipblaszhprstridedbatched_rank_1 (handle, uplo, n, alpha, x, incx, stridex, AP, strideAP, batchCount)
 

Member Function/Subroutine Documentation

◆ hipblaszhprstridedbatched_orig()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblaszhprstridedbatched::hipblaszhprstridedbatched_orig ( 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  x,
integer(c_int), value  incx,
integer(c_int), value  stridex,
type(c_ptr), value  AP,
integer(c_int), value  strideAP,
integer(c_int), value  batchCount 
)

◆ hipblaszhprstridedbatched_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblaszhprstridedbatched::hipblaszhprstridedbatched_rank_0 ( type(c_ptr), value  handle,
integer(kind(hipblas_fill_mode_upper)), value  uplo,
integer(c_int), value  n,
real(c_double)  alpha,
complex(c_double_complex), target  x,
integer(c_int), value  incx,
integer(c_int), value  stridex,
type(c_ptr), value  AP,
integer(c_int), value  strideAP,
integer(c_int), value  batchCount 
)

◆ hipblaszhprstridedbatched_rank_1()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblaszhprstridedbatched::hipblaszhprstridedbatched_rank_1 ( type(c_ptr), value  handle,
integer(kind(hipblas_fill_mode_upper)), value  uplo,
integer(c_int), value  n,
real(c_double)  alpha,
complex(c_double_complex), dimension(:), target  x,
integer(c_int), value  incx,
integer(c_int), value  stridex,
type(c_ptr), value  AP,
integer(c_int), value  strideAP,
integer(c_int), value  batchCount 
)

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