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-10-16 10:01:29 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eigen
/
Eigen
/
src
/
LU
History
Keir Mierle
2d4fee0b40
Fix out-of-range int constant in 4x4 inverse.
...
(transplanted from 45bcad41b444a44d28558472ff27d5cd1207d41c )
2012-01-05 23:15:09 -08:00
..
arch
Fix out-of-range int constant in 4x4 inverse.
2012-01-05 23:15:09 -08:00
CMakeLists.txt
add missing inclusion of LU/arch, thanks to J.B. Rouault
2009-12-19 13:49:00 +01:00
Determinant.h
Renamed cleantype to remove_all since it is close to remove_{const|pointer|reference}.
2010-10-26 16:47:01 +02:00
FullPivLU.h
stop fill pivoting LU only if the pivot is exactly 0
2011-11-22 09:18:54 +01:00
Inverse.h
Renamed cleantype to remove_all since it is close to remove_{const|pointer|reference}.
2010-10-26 16:47:01 +02:00
PartialPivLU_MKL.h
Intel(R) MKL support added.
2011-12-05 14:52:21 +07:00
PartialPivLU.h
protect calls to min and max with parentheses to make Eigen compatible with default windows.h
2011-07-21 11:19:36 +02:00