adamsardar / currentFlowCentrality

A generalisation of network closeness and betweeness to all paths rather than just geodesics
Mozilla Public License 2.0
0 stars 0 forks source link

Use RcppEigen? #2

Open adamsardar opened 4 years ago

adamsardar commented 4 years ago

RcppEigen is a pure C++ library, whereas RcppArmadillo links to LAPACK (and is therefore much slower on Windows)

adamsardar commented 2 years ago

Also, RcppArmadillo has worse support for sparse matricies: see this post