[−][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
inputis the input sparse arrayformatis the target sparse format
Return Values
Sparse Array in targe sparse format.