pub fn sparse_to_dense<T: SparseScalar>(
handle: &Handle,
sp: &SpMat<'_, T>,
dn: &mut DnMat<'_, T>,
workspace: &mut DeviceBuffer<u8>,
) -> Result<()>pub fn sparse_to_dense<T: SparseScalar>(
handle: &Handle,
sp: &SpMat<'_, T>,
dn: &mut DnMat<'_, T>,
workspace: &mut DeviceBuffer<u8>,
) -> Result<()>