pub unsafe extern "C" fn cusparseGetPointerMode(
handle: cusparseHandle_t,
mode: *mut cusparsePointerMode_t,
) -> cusparseStatus_tExpand description
This function obtains the pointer mode used by the cuSPARSE library. Please see the section on the cusparsePointerMode_t type for more details.
ยงParameters
handle: The handle to the cuSPARSE context.mode: One of the enumerated pointer mode types.