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
3.2.10
eigen
/
Eigen
/
src
/
Cholesky
History
Gael Guennebaud
9ff967199a
Improve numerical accuracy in LLT and triangular solve by using true scalar divisions (instead of x * (1/y))
...
(grafted from
fe630c9873
)
2015-10-18 22:15:01 +02:00
..
CMakeLists.txt
Add COMPONENT Devel
2009-02-23 07:50:56 +00:00
LDLT.h
bug
#1057
: fix a declaration missmatch with MSVC
2015-09-02 09:31:32 +02:00
LLT_MKL.h
bug
#705
: fix handling of Lapack potrf return code
2015-06-05 15:59:13 +02:00
LLT.h
Improve numerical accuracy in LLT and triangular solve by using true scalar divisions (instead of x * (1/y))
2015-10-18 22:15:01 +02:00