pub unsafe extern "C" fn cusparseSpMatGetValues(
spMatDescr: cusparseSpMatDescr_t,
values: *mut *mut c_void,
) -> cusparseStatus_tExpand description
This function returns the values field of the sparse matrix descriptor spMatDescr.
ยงParameters
spMatDescr: Sparse matrix descriptor.values: Values of the sparse matrix. Array withnnzelements.