1 2 3 4 5 6
#![cfg_attr(feature = "simd", feature(portable_simd))] mod numlib; pub mod vector; pub mod matrix;