hipsparsedaxpyi Interface Reference

hipsparsedaxpyi Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsedaxpyi Interface Reference
hipfort_hipsparse::hipsparsedaxpyi Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsedaxpyi_ (handle, nnz, alpha, xVal, xInd, y, idxBase)
 
integer(kind(hipsparse_status_success)) function hipsparsedaxpyi_rank_0 (handle, nnz, alpha, xVal, xInd, y, idxBase)
 
integer(kind(hipsparse_status_success)) function hipsparsedaxpyi_rank_1 (handle, nnz, alpha, xVal, xInd, y, idxBase)
 

Member Function/Subroutine Documentation

◆ hipsparsedaxpyi_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedaxpyi::hipsparsedaxpyi_ ( type(c_ptr), value  handle,
integer(c_int), value  nnz,
real(c_double)  alpha,
type(c_ptr), value  xVal,
type(c_ptr), value  xInd,
type(c_ptr), value  y,
integer(kind(hipsparse_index_base_zero)), value  idxBase 
)

◆ hipsparsedaxpyi_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedaxpyi::hipsparsedaxpyi_rank_0 ( type(c_ptr)  handle,
integer(c_int)  nnz,
real(c_double)  alpha,
real(c_double), target  xVal,
integer(c_int), target  xInd,
real(c_double), target  y,
integer(kind(hipsparse_index_base_zero))  idxBase 
)

◆ hipsparsedaxpyi_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedaxpyi::hipsparsedaxpyi_rank_1 ( type(c_ptr)  handle,
integer(c_int)  nnz,
real(c_double)  alpha,
real(c_double), dimension(:), target  xVal,
integer(c_int), dimension(:), target  xInd,
real(c_double), dimension(:), target  y,
integer(kind(hipsparse_index_base_zero))  idxBase 
)

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