index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
schur_real.cpp
Commit message (
Expand
)
Author
Age
*
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...
Gael Guennebaud
2018-07-17
*
Remove local Index typedef from unit-tests
Gael Guennebaud
2018-07-12
*
Relax is_equal to is_approx because scaling might modify last bit.
Gael Guennebaud
2016-07-06
*
typo
Gael Guennebaud
2015-10-30
*
Limit matrix size for other eigen and schur decompositions
Gael Guennebaud
2015-10-30
*
Eigenvalues module: Implement setMaxIterations() methods.
Jitse Niesen
2012-07-28
*
Allow user to specify max number of iterations (bug #479).
Jitse Niesen
2012-07-24
*
remove outdated "Eigen itself is part of the KDE project" outside of eigen2 f...
Benoit Jacob
2012-07-15
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
add the possibility to configure the maximal matrix size in the unit tests
Gael Guennebaud
2011-07-12
*
fix intermittend failure of schur_real test: there only is an iterative proce...
Benoit Jacob
2010-12-10
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
Fix compilation of some tests as well as more warnings.
Hauke Heibel
2010-06-20
*
Schur decomposition of 1-by-1 always converges.
Jitse Niesen
2010-06-04
*
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
*
Respect MaxRowsAtCompileTime in HouseholderSequence::evalTo().
Jitse Niesen
2010-05-25
*
- Added problem size constructor to decompositions that did not have one. It ...
Adolfo Rodriguez Tsouroukdissian
2010-04-21
*
RealSchur: Make sure zeros are really zero (cont'd); add default ctor, docs.
Jitse Niesen
2010-04-12
*
Add tests for real and complex Schur; extend test for Hessenberg.
Jitse Niesen
2010-04-02