Thanks to visit codestin.com Credit goes to docs.rs
pub fn sparse_convert_to<T>(input: &Array<T>, format: SparseFormat) -> Array<T>where T: HasAfEnum + FloatingPoint,
Convert between sparse formats
input
format
Sparse Array in targe sparse format.