pub type PFN_cusparseSpMatSetAttribute = unsafe extern "C" fn(sp_mat: cusparseSpMatDescr_t, attribute: cusparseSpMatAttribute_t, data: *const c_void, data_size: usize) -> cusparseStatus_t;Expand description
cuSPARSE: set an attribute (fill mode, diag type) on a sparse-matrix descriptor. See https://docs.nvidia.com/cuda/cusparse/index.html.