drostlab / myTAI

Evolutionary Transcriptomics with R
https://drostlab.github.io/myTAI/
GNU General Public License v2.0
38 stars 16 forks source link

Rewrote the rest of non-parallel cpp functions, that may benefit from LA library to Eigen #23

Closed lavakin closed 1 year ago

lavakin commented 1 year ago

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)

HajkD commented 1 year ago

Wonderful! Thank you so much!