1
2
3
4
5
6
pub mod dual;
pub mod hyper_dual;
pub mod matrix;
pub mod multinomial;
pub mod polynomial;
pub mod vector;