Skip to main content

total_elements

Function total_elements 

Source
pub fn total_elements<F: Clone + Send + Sync>(
    matrix_groups: &[Vec<RowMajorMatrix<F>>],
) -> u64
Expand description

Calculate total elements across all matrices.