JamesYang007 / adelie

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

Change all XTX operations #91

Closed JamesYang007 closed 2 months ago

JamesYang007 commented 2 months ago

https://stackoverflow.com/questions/39606224/does-eigen-have-self-transpose-multiply-optimization-like-h-transposeh

This explains how to compute XTX very efficiently.