pub unsafe extern "C" fn cusparseSpMatGetStridedBatch(
spMatDescr: cusparseConstSpMatDescr_t,
batchCount: *mut c_int,
) -> cusparseStatus_tExpand description
This function returns the batchCount field of the sparse matrix descriptor spMatDescr.
ยงParameters
spMatDescr: Sparse matrix descriptor.batchCount: Number of batches of the sparse matrix.