pub unsafe extern "C" fn cusparseCooSetStridedBatch(
spMatDescr: cusparseSpMatDescr_t,
batchCount: c_int,
batchStride: i64,
) -> cusparseStatus_tExpand description
This function sets the batchCount and the batchStride fields of the sparse matrix descriptor spMatDescr.
ยงParameters
spMatDescr: Sparse matrix descriptor.batchCount: Number of batches of the sparse matrix.batchStride: address offset between consecutive batches.