pub unsafe extern "C" fn cusparseSpVecGetIndexBase(
spVecDescr: cusparseConstSpVecDescr_t,
idxBase: *mut cusparseIndexBase_t,
) -> cusparseStatus_tExpand description
This function returns the idxBase field of the sparse vector descriptor spVecDescr.
ยงParameters
spVecDescr: Sparse vector descriptor.idxBase: Enumerator specifying the index base ofindices.