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_complex.cpp
Commit message (
Expand
)
Author
Age
*
email change
Gael Guennebaud
2010-06-24
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
Fixed GCC compilation.
Hauke Heibel
2010-06-08
*
Fixed eigensolver warning.
Hauke Heibel
2010-06-08
*
Add info() method which can be queried to check whether iteration converged.
Jitse Niesen
2010-06-03
*
Allow user to compute only the eigenvalues and not the eigenvectors.
Jitse Niesen
2010-05-31
*
Fix stupid compilation error in test.
Jitse Niesen
2010-05-31
*
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
*
Allow ComplexEigenSolver and ComplexSchur to work with real matrices.
Jitse Niesen
2010-03-20
*
merge with default branch
Gael Guennebaud
2009-12-22
|
\
|
*
Add test for issue #75 (Hessenberg of 1x1 matrix).
Jitse Niesen
2009-12-16
*
|
Another big refactoring change:
Gael Guennebaud
2009-11-18
|
/
*
* merge
Benoit Jacob
2009-11-09
|
\
|
*
Add regression test for issue #66 (ComplexSchur of zero matrix).
Jitse Niesen
2009-11-05
*
|
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
*
clean a bit the previous commit which came from a patch queue,
Gael Guennebaud
2009-09-01
*
[mq]: eigensolver
Gael Guennebaud
2009-09-01