Skip to main content

cusparseDnMatGetValues

Function cusparseDnMatGetValues 

Source
pub unsafe extern "C" fn cusparseDnMatGetValues(
    dnMatDescr: cusparseDnMatDescr_t,
    values: *mut *mut c_void,
) -> cusparseStatus_t
Expand description

This function returns the values field of the dense matrix descriptor dnMatDescr.

ยงParameters

  • dnMatDescr: Dense matrix descriptor.
  • values: Values of the dense matrix. Array with ld * cols elements.