Skip to main content

gather

Function gather 

Source
pub fn gather<T: SparseScalar>(
    handle: &Handle,
    y: &DnVec<'_, T>,
    x: &mut DnVec<'_, T>,
) -> Result<()>