pub unsafe extern "C" fn cusparseSetMatIndexBase(
descrA: cusparseMatDescr_t,
base: cusparseIndexBase_t,
) -> cusparseStatus_tExpand description
This function sets the IndexBase field of the matrix descriptor descrA.
ยงParameters
descrA: the matrix descriptor.