[][src]Function arrayfire::sparse_convert_to

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

Convert between sparse formats

Parameters

  • input is the input sparse array
  • format is the target sparse format

Return Values

Sparse Array in targe sparse format.