pub unsafe extern "C" fn cusparseDnVecGet(
dnVecDescr: cusparseDnVecDescr_t,
size: *mut i64,
values: *mut *mut c_void,
valueType: *mut cudaDataType,
) -> cusparseStatus_tExpand description
This function returns the fields of the dense vector descriptor dnVecDescr.
ยงParameters
dnVecDescr: Dense vector descriptor.size: Size of the dense vector.values: Values of the dense vector. Array withnnzelements.valueType: Enumerator specifying the datatype ofvalues.