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;