Skip to main content

PFN_cusparseCscSetPointers

Type Alias PFN_cusparseCscSetPointers 

Source
pub type PFN_cusparseCscSetPointers = unsafe extern "C" fn(sp_mat: cusparseSpMatDescr_t, csc_col_offsets: *mut c_void, csc_row_ind: *mut c_void, csc_values: *mut c_void) -> cusparseStatus_t;
Expand description

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