Skip to main content

cusparseSpMatGetValues

Function cusparseSpMatGetValues 

Source
pub unsafe extern "C" fn cusparseSpMatGetValues(
    spMatDescr: cusparseSpMatDescr_t,
    values: *mut *mut c_void,
) -> cusparseStatus_t
Expand 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 with nnz elements.