RMeli / irc

Transfrormation between Cartesian coordinates and redundant internal coordinates
MIT License
22 stars 8 forks source link

Linear algebra functions are not explicitly tested #38

Closed RMeli closed 5 years ago

RMeli commented 5 years ago

Linear algebra functions are not explicitly tested. Add a few tests for linear algebra functions. This will also improve coverage, since linalg::inv is not used.

RMeli commented 5 years ago

The default matrix norm is different between Armadillo (L2 norm) and Eigen (Frobenius norm). Switched to Frobenius by default.