index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
QR
/
HessenbergDecomposition.h
Commit message (
Expand
)
Author
Age
*
* make HessenbergDecomposition uses the Householder module
Gael Guennebaud
2009-08-17
*
fix a couple of compilations issues
Gael Guennebaud
2009-08-06
*
compilation fixes
Gael Guennebaud
2009-07-27
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
constant Diagonal ---> DiagonalBits
Benoit Jacob
2009-05-10
*
* the Upper->UpperTriangular change
Benoit Jacob
2008-12-20
*
doc: add a "non stable" warning for parts which are not part
Gael Guennebaud
2008-11-22
*
Remove executable here too
Laurent Montel
2008-11-04
*
norm2() renamed to squaredNorm(), kept as deprecated for now.
Benoit Jacob
2008-11-03
*
fix two perf issues in product.
Gael Guennebaud
2008-08-03
*
Add .perpendicular() function in Geometry module (adapted from Eigen1)
Gael Guennebaud
2008-07-22
*
* Merge Extract and Part to the Part expression.
Gael Guennebaud
2008-07-21
*
* split Product to a DiagonalProduct template specialization
Gael Guennebaud
2008-06-15
*
Add QR and Cholesky module instantiations in the lib.
Gael Guennebaud
2008-06-14
*
Added a Hessenberg decomposition class for both real and complex matrices.
Gael Guennebaud
2008-06-08