Skip to main content

cusparseSpVecGetValues

Function cusparseSpVecGetValues 

Source
pub unsafe extern "C" fn cusparseSpVecGetValues(
    spVecDescr: cusparseSpVecDescr_t,
    values: *mut *mut c_void,
) -> cusparseStatus_t
Expand description

This function returns the values field of the sparse vector descriptor spVecDescr.

ยงParameters

  • spVecDescr: Sparse vector descriptor.
  • values: Values of the sparse vector. Array with nnz elements.