1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
#[macro_use] extern crate numeric; mod creation; mod dot; mod advanced_indexing; mod add; mod sub; mod mul; mod div; mod linalg; mod indexing; mod summary; mod macros; // These tests tend to exit abruptly for some reason //mod io;