|
integer(kind(rocsparse_status_success)) function | rocsparse_caxpyi_ (handle, nnz, alpha, x_val, x_ind, y, idx_base) |
|
integer(kind(rocsparse_status_success)) function | rocsparse_caxpyi_rank_0 (handle, nnz, alpha, x_val, x_ind, y, idx_base) |
|
integer(kind(rocsparse_status_success)) function | rocsparse_caxpyi_rank_1 (handle, nnz, alpha, x_val, x_ind, y, idx_base) |
|
◆ rocsparse_caxpyi_()
integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_caxpyi::rocsparse_caxpyi_ |
( |
type(c_ptr), value |
handle, |
|
|
integer(c_int), value |
nnz, |
|
|
complex(c_float_complex) |
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_caxpyi_rank_0()
integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_caxpyi::rocsparse_caxpyi_rank_0 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
nnz, |
|
|
complex(c_float_complex) |
alpha, |
|
|
complex(c_float_complex), target |
x_val, |
|
|
integer(c_int), target |
x_ind, |
|
|
complex(c_float_complex), target |
y, |
|
|
integer(kind(rocsparse_index_base_zero)) |
idx_base |
|
) |
| |
◆ rocsparse_caxpyi_rank_1()
integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_caxpyi::rocsparse_caxpyi_rank_1 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
nnz, |
|
|
complex(c_float_complex) |
alpha, |
|
|
complex(c_float_complex), dimension(:), target |
x_val, |
|
|
integer(c_int), dimension(:), target |
x_ind, |
|
|
complex(c_float_complex), dimension(:), target |
y, |
|
|
integer(kind(rocsparse_index_base_zero)) |
idx_base |
|
) |
| |
The documentation for this interface was generated from the following file: