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-07-16 01:51:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eigen
/
Eigen
/
src
History
Gael Guennebaud
e735692e37
move "enum" back to "const int" int ei_assign_impl: in fact, casting
...
enums to int is enough to get compile time constants with ICC.
2008-06-20 07:10:50 +00:00
..
Array
* refactoring of Product:
2008-06-19 17:33:57 +00:00
Cholesky
Add QR and Cholesky module instantiations in the lib.
2008-06-14 13:02:41 +00:00
Core
move "enum" back to "const int" int ei_assign_impl: in fact, casting
2008-06-20 07:10:50 +00:00
Geometry
* more cleaning in Product
2008-06-19 23:00:51 +00:00
LU
* Block: row and column expressions in the inner direction
2008-06-16 14:54:31 +00:00
QR
* split Product to a DiagonalProduct template specialization
2008-06-15 11:54:18 +00:00
CMakeLists.txt
added Cholesky module
2008-04-27 10:57:32 +00:00