Skip to main content

cusparseConstDnVecGet

Function cusparseConstDnVecGet 

Source
pub unsafe extern "C" fn cusparseConstDnVecGet(
    dnVecDescr: cusparseConstDnVecDescr_t,
    size: *mut i64,
    values: *mut *const c_void,
    valueType: *mut cudaDataType,
) -> cusparseStatus_t