rocsparse_saxpyi Interface Reference

rocsparse_saxpyi Interface Reference#

HIPFORT API Reference: hipfort_rocsparse::rocsparse_saxpyi Interface Reference
hipfort_rocsparse::rocsparse_saxpyi Interface Reference

Public Member Functions

integer(kind(rocsparse_status_success)) function rocsparse_saxpyi_ (handle, nnz, alpha, x_val, x_ind, y, idx_base)
 
integer(kind(rocsparse_status_success)) function rocsparse_saxpyi_rank_0 (handle, nnz, alpha, x_val, x_ind, y, idx_base)
 
integer(kind(rocsparse_status_success)) function rocsparse_saxpyi_rank_1 (handle, nnz, alpha, x_val, x_ind, y, idx_base)
 

Member Function/Subroutine Documentation

◆ rocsparse_saxpyi_()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_saxpyi::rocsparse_saxpyi_ ( type(c_ptr), value  handle,
integer(c_int), value  nnz,
real(c_float)  alpha,
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_saxpyi_rank_0()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_saxpyi::rocsparse_saxpyi_rank_0 ( type(c_ptr)  handle,
integer(c_int)  nnz,
real(c_float)  alpha,
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_saxpyi_rank_1()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_saxpyi::rocsparse_saxpyi_rank_1 ( type(c_ptr)  handle,
integer(c_int)  nnz,
real(c_float)  alpha,
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: