Function arrayfire::sparse_convert_to [] [src]

pub fn sparse_convert_to(input: &Array, format: SparseFormat) -> Array

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.