Skip to main content

PFN_cusparseCooSetPointers

Type Alias PFN_cusparseCooSetPointers 

Source
pub type PFN_cusparseCooSetPointers = unsafe extern "C" fn(sp_mat: cusparseSpMatDescr_t, coo_row_ind: *mut c_void, coo_col_ind: *mut c_void, coo_values: *mut c_void) -> cusparseStatus_t;
Expand description

cuSPARSE: replace the row/column/value pointers on a COO descriptor. See https://docs.nvidia.com/cuda/cusparse/index.html.