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
5ef95fabee5e9a9357c082cd32ae3b4affb2eff6
eigen
/
Eigen
/
src
/
QR
History
Gael Guennebaud
f1092d2f73
bug
#941
: fix accuracy issue in ColPivHouseholderQR, do not stop decomposition on a small pivot
2015-01-30 19:04:04 +01:00
..
CMakeLists.txt
Add COMPONENT Devel
2009-02-23 07:50:56 +00:00
ColPivHouseholderQR_MKL.h
quieted more g++ warnings of the form: warning: typedef XXX locally defined but not used [-Wunused-local-typedefs]
2014-10-16 09:19:32 -04:00
ColPivHouseholderQR.h
bug
#941
: fix accuracy issue in ColPivHouseholderQR, do not stop decomposition on a small pivot
2015-01-30 19:04:04 +01:00
FullPivHouseholderQR.h
Make constructors explicit if they could lead to unintended implicit conversion
2014-09-23 14:28:23 +02:00
HouseholderQR_MKL.h
Applied patch from Richard JW Roberts, resolving bug
#704
2013-12-21 22:14:03 +01:00
HouseholderQR.h
Make constructors explicit if they could lead to unintended implicit conversion
2014-09-23 14:28:23 +02:00