// Allowed because compiler complains about/doesnt recognize macro imports only used in tests
// Allowed to follow LP standard naming procedure
extern crate rulinalg;
extern crate assert_approx_eq;
extern crate approx;
// print_matrix mainly for debugging