is_sparse

Function is_sparse 

Source
pub fn is_sparse<T>(obj: &dyn SparseArray<T>) -> bool
where T: Float + Add<Output = T> + Sub<Output = T> + Mul<Output = T> + Div<Output = T> + Debug + Copy + 'static,
Expand description

Identifies sparse arrays (both matrix and array types)