pub fn total_elements<F: Clone + Send + Sync>( matrix_groups: &[Vec<RowMajorMatrix<F>>], ) -> u64
Calculate total elements across all matrices.