JamesYang007 / adelie

A fast and flexible Python package for solving group lasso and elastic net problems.
https://jamesyang007.github.io/adelie/
MIT License
16 stars 1 forks source link

Remove EIGEN_USE_BLAS since it slows down for almost all cases due to… #111

Closed JamesYang007 closed 3 months ago

JamesYang007 commented 3 months ago

… no inlining and only useful with large large inputs. We only need this for 1 matrix operation only used for eager_cov.