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
/
Tridiagonalization.h
Commit message (
Expand
)
Author
Age
*
* make HessenbergDecomposition uses the Householder module
Gael Guennebaud
2009-08-17
*
change the make householder algorithm so that the remaining coefficient
Gael Guennebaud
2009-08-17
*
make the dot product linear in the second variable, not the first variable
Benoit Jacob
2009-08-03
*
some cleaning
Gael Guennebaud
2009-07-31
*
compilation fixes
Gael Guennebaud
2009-07-27
*
various compilation and bug fixes in selfadjoint stuff
Gael Guennebaud
2009-07-27
*
* bugfixes in Product, and test/product_selfadjoint
Gael Guennebaud
2009-07-16
*
synch with main devel branch
Gael Guennebaud
2009-07-15
|
\
|
*
fix issue #25 : the problem was that we assumed Dynamic was a multiple of a p...
Gael Guennebaud
2009-07-15
*
|
Add an efficient rank2 update function (like the level2 blas xSYR2 routine).
Gael Guennebaud
2009-07-11
|
/
*
forward port fix to #12
Benoit Jacob
2009-06-19
*
fix #4
Gael Guennebaud
2009-05-23
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
constant Diagonal ---> DiagonalBits
Benoit Jacob
2009-05-10
*
fix warning in Tridiag
Gael Guennebaud
2009-03-09
*
cleaned Tridiagonalization impl, with improved performance
Gael Guennebaud
2009-03-02
*
one last compilation fix ...
Benoit Jacob
2008-12-22
*
* the Upper->UpperTriangular change
Benoit Jacob
2008-12-20
*
* replace postfix ++ by prefix ++ wherever that makes sense in Eigen/
Benoit Jacob
2008-12-17
*
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
*
spelling + some krazy directives
Gael Guennebaud
2008-08-28
*
Various compilation fixes for MSVC 9. All tests compile but some
Gael Guennebaud
2008-08-19
*
Optimizations:
Gael Guennebaud
2008-08-01
*
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
*
* rewrite of the QR decomposition:
Gael Guennebaud
2008-06-07
*
fix some compile errors with gcc 4.3, some warnings, some documentation
Benoit Jacob
2008-06-06
*
add an optimized path for the tridiagonalization of a 3x3 matrix.
Gael Guennebaud
2008-06-04
*
added a static assertion mechanism
Gael Guennebaud
2008-06-04
*
fix eigenvectors computations :)
Gael Guennebaud
2008-06-03
*
Rewrite from scratch of the eigen solver for symmetric matrices
Gael Guennebaud
2008-06-02
*
* added a Tridiagonalization class for selfadjoint matrices
Gael Guennebaud
2008-06-01