pub trait CsrMatrixSetMethods<V> { // Required method fn len(&self) -> usize; // Provided method fn is_empty(&self) -> bool { ... } }
Returns the number of matrices in the set.
Returns true if the set contains no matrices.