1
2
3
4
5
6
7
8
9
extern crate num;
extern crate typenum;
#[macro_use]
extern crate generic_array;

pub mod vector;

//mod matrix;