Skip to main content

cusparseDnVecGetValues

Function cusparseDnVecGetValues 

Source
pub unsafe extern "C" fn cusparseDnVecGetValues(
    dnVecDescr: cusparseDnVecDescr_t,
    values: *mut *mut c_void,
) -> cusparseStatus_t
Expand description

This function returns the values field of the dense vector descriptor dnVecDescr.

ยงParameters

  • dnVecDescr: Dense vector descriptor.
  • values: Values of the dense vector.