hipsparsecaxpyi Interface Reference

hipsparsecaxpyi Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsecaxpyi Interface Reference
hipfort_hipsparse::hipsparsecaxpyi Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsecaxpyi_ (handle, nnz, alpha, xval, xind, y, idxbase)
 
integer(kind(hipsparse_status_success)) function hipsparsecaxpyi_rank_0 (handle, nnz, alpha, xval, xind, y, idxbase)
 
integer(kind(hipsparse_status_success)) function hipsparsecaxpyi_rank_1 (handle, nnz, alpha, xval, xind, y, idxbase)
 

Member Function/Subroutine Documentation

◆ hipsparsecaxpyi_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecaxpyi::hipsparsecaxpyi_ ( type(c_ptr), value  handle,
integer(c_int), value  nnz,
complex(c_float_complex)  alpha,
type(c_ptr), value  xval,
type(c_ptr), value  xind,
type(c_ptr), value  y,
integer(kind(hipsparse_index_base_zero)), value  idxbase 
)

◆ hipsparsecaxpyi_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecaxpyi::hipsparsecaxpyi_rank_0 ( type(c_ptr)  handle,
integer(c_int)  nnz,
complex(c_float_complex)  alpha,
complex(c_float_complex), target  xval,
integer(c_int), target  xind,
complex(c_float_complex), target  y,
integer(kind(hipsparse_index_base_zero))  idxbase 
)

◆ hipsparsecaxpyi_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecaxpyi::hipsparsecaxpyi_rank_1 ( type(c_ptr)  handle,
integer(c_int)  nnz,
complex(c_float_complex)  alpha,
complex(c_float_complex), dimension(:), target  xval,
integer(c_int), dimension(:), target  xind,
complex(c_float_complex), dimension(:), target  y,
integer(kind(hipsparse_index_base_zero))  idxbase 
)

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