Skip to main content

cusparseSpVecGetIndexBase

Function cusparseSpVecGetIndexBase 

Source
pub unsafe extern "C" fn cusparseSpVecGetIndexBase(
    spVecDescr: cusparseConstSpVecDescr_t,
    idxBase: *mut cusparseIndexBase_t,
) -> cusparseStatus_t
Expand description

This function returns the idxBase field of the sparse vector descriptor spVecDescr.

ยงParameters

  • spVecDescr: Sparse vector descriptor.
  • idxBase: Enumerator specifying the index base of indices.