|
integer(kind(rocsparse_status_success)) function | rocsparse_zsctr_ (handle, nnz, x_val, x_ind, y, idx_base) |
|
integer(kind(rocsparse_status_success)) function | rocsparse_zsctr_rank_0 (handle, nnz, x_val, x_ind, y, idx_base) |
|
integer(kind(rocsparse_status_success)) function | rocsparse_zsctr_rank_1 (handle, nnz, x_val, x_ind, y, idx_base) |
|
◆ rocsparse_zsctr_()
integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_zsctr::rocsparse_zsctr_ |
( |
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_zsctr_rank_0()
integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_zsctr::rocsparse_zsctr_rank_0 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
nnz, |
|
|
complex(c_double_complex), target |
x_val, |
|
|
integer(c_int), target |
x_ind, |
|
|
complex(c_double_complex), target |
y, |
|
|
integer(kind(rocsparse_index_base_zero)) |
idx_base |
|
) |
| |
◆ rocsparse_zsctr_rank_1()
integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_zsctr::rocsparse_zsctr_rank_1 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
nnz, |
|
|
complex(c_double_complex), dimension(:), target |
x_val, |
|
|
integer(c_int), dimension(:), target |
x_ind, |
|
|
complex(c_double_complex), dimension(:), target |
y, |
|
|
integer(kind(rocsparse_index_base_zero)) |
idx_base |
|
) |
| |
The documentation for this interface was generated from the following file: