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
aaf182638498009cb9c0c7189880396db4e48ba5
eigen
/
Eigen
/
src
/
QR
History
Benoit Jacob
c3bab0edb7
fix
#12
, but the fix is not optimal, householder transformations need to be rethought in the complex case, see:
...
http://download.tuxfamily.org/eigen/complex-householder.pdf
2009-06-19 18:50:22 +02:00
..
CMakeLists.txt
Added Triangular expression to extract upper or lower (strictly or not)
2008-04-26 18:26:05 +00:00
EigenSolver.h
backporting accuracy fixes in QR module
2009-06-11 16:24:54 +02:00
HessenbergDecomposition.h
* the Upper->UpperTriangular change
2008-12-20 13:36:12 +00:00
QR.h
backporting accuracy fixes in QR module
2009-06-11 16:24:54 +02:00
QrInstantiations.cpp
Big API change in Cholesky module:
2008-10-13 15:53:27 +00:00
SelfAdjointEigenSolver.h
backporting accuracy fixes in QR module
2009-06-11 16:24:54 +02:00
Tridiagonalization.h
fix
#12
, but the fix is not optimal, householder transformations need to be rethought in the complex case, see:
2009-06-19 18:50:22 +02:00