pub fn is_sparse<T>(obj: &dyn SparseArray<T>) -> boolwhere
T: SparseElement + Div<Output = T> + 'static,Expand description
Identifies sparse arrays (both matrix and array types)
pub fn is_sparse<T>(obj: &dyn SparseArray<T>) -> boolwhere
T: SparseElement + Div<Output = T> + 'static,Identifies sparse arrays (both matrix and array types)