pub trait ElementTrait { // Required method fn get_matrix( &self, dimension: u8, mat_size: usize, nodes: &Vec<usize>, ) -> CooMat; }