Closed RMeli closed 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.
linalg::inv
The default matrix norm is different between Armadillo (L2 norm) and Eigen (Frobenius norm). Switched to Frobenius by default.
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.