Function arrayfire::sparse_to_dense[][src]

pub fn sparse_to_dense<T>(input: &Array<T>) -> Array<T> where
    T: HasAfEnum + FloatingPoint, 

Convert sparse array to dense array

Parameters

  • input is the sparse array

Return Values

Dense Array