pub fn total_elements_flat<F: Clone + Send + Sync>( matrices: &[RowMajorMatrix<F>], ) -> u64
Calculate total elements for a flat matrix list.