Skip to main content

total_elements_flat

Function total_elements_flat 

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

Calculate total elements for a flat matrix list.