Skip to main content

sparse_to_dense

Function sparse_to_dense 

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