Rewrote omitMatrix and pMatrix to Eigen. Outputs the same results but looks way nicer. The other functions in rcpp_funcs are either parallelized or do not rely on linear algebraic operations, so I thing this PR should cover all the functions for which it makes sense to use Eigen.
(Had some issues with dependencies, thats why the revert)
Rewrote omitMatrix and pMatrix to Eigen. Outputs the same results but looks way nicer. The other functions in rcpp_funcs are either parallelized or do not rely on linear algebraic operations, so I thing this PR should cover all the functions for which it makes sense to use Eigen.
(Had some issues with dependencies, thats why the revert)