This website requires JavaScript.
Explore
Help
Register
Sign In
GitHub-Proxy
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2025-04-29 07:14:12 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eigen
/
Eigen
History
Benoit Jacob
890a8de962
Make products always eval into expressions. Improves performance
...
in benchmark. Still not as fasts as explicit eval(), strangely.
2008-05-02 08:53:23 +00:00
..
src
Make products always eval into expressions. Improves performance
2008-05-02 08:53:23 +00:00
Cholesky
Enable vectorization of product with dynamic matrices,
2008-05-01 13:53:05 +00:00
CMakeLists.txt
part 2 of the reorganization. Benefits/changes:
2007-12-28 16:20:00 +00:00
Core
Added triangular assignement, e.g.:
2008-04-26 19:20:26 +00:00
LU
- optimized determinant calculations for small matrices (size <= 4)
2008-04-14 17:07:12 +00:00
QR
Added Triangular expression to extract upper or lower (strictly or not)
2008-04-26 18:26:05 +00:00