hipsparsesroti Interface Reference

hipsparsesroti Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsesroti Interface Reference
hipfort_hipsparse::hipsparsesroti Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsesroti_ (handle, nnz, xVal, xInd, y, c, s, idxBase)
 
integer(kind(hipsparse_status_success)) function hipsparsesroti_rank_0 (handle, nnz, xVal, xInd, y, c, s, idxBase)
 
integer(kind(hipsparse_status_success)) function hipsparsesroti_rank_1 (handle, nnz, xVal, xInd, y, c, s, idxBase)
 

Member Function/Subroutine Documentation

◆ hipsparsesroti_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesroti::hipsparsesroti_ ( type(c_ptr), value  handle,
integer(c_int), value  nnz,
type(c_ptr), value  xVal,
type(c_ptr), value  xInd,
type(c_ptr), value  y,
real(c_float)  c,
real(c_float)  s,
integer(kind(hipsparse_index_base_zero)), value  idxBase 
)

◆ hipsparsesroti_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesroti::hipsparsesroti_rank_0 ( type(c_ptr)  handle,
integer(c_int)  nnz,
real(c_float), target  xVal,
integer(c_int), target  xInd,
real(c_float), target  y,
real(c_float)  c,
real(c_float)  s,
integer(kind(hipsparse_index_base_zero))  idxBase 
)

◆ hipsparsesroti_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesroti::hipsparsesroti_rank_1 ( type(c_ptr)  handle,
integer(c_int)  nnz,
real(c_float), dimension(:), target  xVal,
integer(c_int), dimension(:), target  xInd,
real(c_float), dimension(:), target  y,
real(c_float)  c,
real(c_float)  s,
integer(kind(hipsparse_index_base_zero))  idxBase 
)

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