pub fn spgemm_copy<T: SparseScalar>(
handle: &Handle,
op_a: Op,
op_b: Op,
alpha: &T,
a: &SpMat<'_, T>,
b: &SpMat<'_, T>,
beta: &T,
c: &mut SpMat<'_, T>,
alg: SpGEMMAlg,
plan: &SpGEMMPlan,
) -> Result<()>Expand description
Phase 3: write output arrays into the pre-populated output SpMat.