This website requires JavaScript.
Explore
Help
Sign In
devtools
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2026-04-10 11:34:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6747b45ae7abfe254ea7d791a2b502c63c8d2007
eigen
/
Eigen
History
Benoit Jacob
6747b45ae7
for 4x4 matrices implement the special algorithm that Markos proposed,
...
falling back to the general algorithm in the bad case.
2008-04-15 20:15:36 +00:00
..
src
for 4x4 matrices implement the special algorithm that Markos proposed,
2008-04-15 20:15:36 +00:00
CMakeLists.txt
part 2 of the reorganization. Benefits/changes:
2007-12-28 16:20:00 +00:00
Core
* Start of the LU module, with matrix inversion already there and
2008-04-14 08:20:24 +00:00
LU
- optimized determinant calculations for small matrices (size <= 4)
2008-04-14 17:07:12 +00:00