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-08-05 03:30:37 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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 fe630c98739186c1dd3faf7a06b52a64baa5ea23 )
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