index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
eigensolver_selfadjoint.cpp
Commit message (
Expand
)
Author
Age
*
add a TridiagonalizationMatrixTReturnType class to make Tridiagonalization::m...
Gael Guennebaud
2010-11-26
*
fix bug #107: SelfAdjointEigenSolver and RowMajor (and add unit test)
Gael Guennebaud
2010-11-04
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
email change
Gael Guennebaud
2010-06-24
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
add unit tests for other generalized variants
Gael Guennebaud
2010-06-17
*
* decouple the generalized selfadjoint eigenvalue problem to the standard one
Gael Guennebaud
2010-06-16
*
* Make HouseholderSequence::evalTo works in place
Gael Guennebaud
2010-06-10
*
fix unit test when GSL is enabled
Gael Guennebaud
2010-06-10
*
Add info() method which can be queried to check whether iteration converged.
Jitse Niesen
2010-06-03
*
Guard with assert against using decomposition objects uninitialized.
Jitse Niesen
2010-05-30
*
Update eigenvalues() and operatorNorm() methods in MatrixBase.
Jitse Niesen
2010-05-24
*
- Added problem size constructor to decompositions that did not have one. It ...
Adolfo Rodriguez Tsouroukdissian
2010-04-21
*
Another big refactoring change:
Gael Guennebaud
2009-11-18
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
kill ei_add_test_multi. Now the macro ei_add_test does all that automatically...
Benoit Jacob
2009-10-19
*
rename the EigenSolver module to Eigenvalues
Gael Guennebaud
2009-09-04
*
move eigen values related stuff of the QR module to a new EigenSolver module.
Gael Guennebaud
2009-09-03
*
change the make householder algorithm so that the remaining coefficient
Gael Guennebaud
2009-08-17
*
various compilation and bug fixes in selfadjoint stuff
Gael Guennebaud
2009-07-27
*
Add an efficient rank2 update function (like the level2 blas xSYR2 routine).
Gael Guennebaud
2009-07-11
*
new implementation of diagonal matrices and diagonal matrix expressions
Benoit Jacob
2009-06-28
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
split and extend eigen-solver tests
Gael Guennebaud
2009-03-23