rocsparse_ssctr Interface Reference

rocsparse_ssctr Interface Reference#

HIPFORT API Reference: hipfort_rocsparse::rocsparse_ssctr Interface Reference
hipfort_rocsparse::rocsparse_ssctr Interface Reference

Public Member Functions

integer(kind(rocsparse_status_success)) function rocsparse_ssctr_ (handle, nnz, x_val, x_ind, y, idx_base)
 
integer(kind(rocsparse_status_success)) function rocsparse_ssctr_rank_0 (handle, nnz, x_val, x_ind, y, idx_base)
 
integer(kind(rocsparse_status_success)) function rocsparse_ssctr_rank_1 (handle, nnz, x_val, x_ind, y, idx_base)
 

Member Function/Subroutine Documentation

◆ rocsparse_ssctr_()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_ssctr::rocsparse_ssctr_ ( type(c_ptr), value  handle,
integer(c_int), value  nnz,
type(c_ptr), value  x_val,
type(c_ptr), value  x_ind,
type(c_ptr), value  y,
integer(kind(rocsparse_index_base_zero)), value  idx_base 
)

◆ rocsparse_ssctr_rank_0()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_ssctr::rocsparse_ssctr_rank_0 ( type(c_ptr)  handle,
integer(c_int)  nnz,
real(c_float), target  x_val,
integer(c_int), target  x_ind,
real(c_float), target  y,
integer(kind(rocsparse_index_base_zero))  idx_base 
)

◆ rocsparse_ssctr_rank_1()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_ssctr::rocsparse_ssctr_rank_1 ( type(c_ptr)  handle,
integer(c_int)  nnz,
real(c_float), dimension(:), target  x_val,
integer(c_int), dimension(:), target  x_ind,
real(c_float), dimension(:), target  y,
integer(kind(rocsparse_index_base_zero))  idx_base 
)

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