Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bug #478: fix regression in the eigen decomposition of zero matrices. | Gael Guennebaud | 2017-01-31 |
| | |||
* | Improve numerical robustness of RealSchur: add scaling and compare sub-diag ↵ | Gael Guennebaud | 2016-07-06 |
| | | | | entries to largest diagonal entry instead of the 2 neighbors. | ||
* | Limit matrix size for other eigen and schur decompositions | Gael Guennebaud | 2015-10-30 |
| | |||
* | bug #1098: fix regression introduced when generalizing some compute() ↵ | Gael Guennebaud | 2015-10-26 |
| | | | | | | methods in changeset 7031a851d45a8526474ac1ac972ad12a48e99f1a . | ||
* | Workaround dead store warnings in unit tests. | Gael Guennebaud | 2015-02-18 |
| | |||
* | Fix test: EigenSolver on 1x1 matrix with NaN sets info to NumericalIssue. | Jitse Niesen | 2014-06-02 |
| | | | | | This was changed in 3c66bb136bf2adcb9d73d3d66850a8b907bc9264 . | ||
* | bug #793: fix overflow in EigenSolver and add respective regression unit test | Gael Guennebaud | 2014-04-14 |
| | |||
* | Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused ↵ | Gael Guennebaud | 2013-06-25 |
| | | | | variables in the unit tests and also fix a few other warnings. | ||
* | Workaround a bunch of stupid warnings in unit tests | Gael Guennebaud | 2013-06-23 |
| | |||
* | Clean source code and unit tests with respect to -Wunused-local-typedefs | Gael Guennebaud | 2013-04-10 |
| | |||
* | 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 |
| | |||
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
| | |||
* | fix bug #410: fix a possible out of range access in EigenSolver | Gael Guennebaud | 2012-01-25 |
| | |||
* | remove GSL dependency in the unit tests | Gael Guennebaud | 2011-12-01 |
| | |||
* | Fix some unused-variable warnings with GCC 4.6 | Benoit Jacob | 2011-10-30 |
| | |||
* | add the possibility to configure the maximal matrix size in the unit tests | Gael Guennebaud | 2011-07-12 |
| | |||
* | Normalize eigenvectors returned by EigenSolver (fixes bug #249) | Jitse Niesen | 2011-04-15 |
| | | | | | because the documentation says that we do this. Also, add a unit test to cover this. | ||
* | email change | Gael Guennebaud | 2010-06-24 |
| | |||
* | Utilize Index in all unit tests. | Hauke Heibel | 2010-06-20 |
| | |||
* | 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 |
| | |||
* | Update eigenvalues() and operatorNorm() methods in MatrixBase. | Jitse Niesen | 2010-05-24 |
| | | | | | | | | * use SelfAdjointView instead of Eigen2's SelfAdjoint flag. * add tests and documentation. * allow eigenvalues() for non-selfadjoint matrices. * they no longer depend only on SelfAdjointEigenSolver, so move them to a separate file | ||
* | - Added problem size constructor to decompositions that did not have one. It ↵ | Adolfo Rodriguez Tsouroukdissian | 2010-04-21 |
| | | | | | | | | | | | preallocates member data structures. - Updated unit tests to check above constructor. - In the compute() method of decompositions: Made temporary matrices/vectors class members to avoid heap allocations during compute() (when dynamic matrices are used, of course). These changes can speed up decomposition computation time when a solver instance is used to solve multiple same-sized problems. An added benefit is that the compute() method can now be invoked in contexts were heap allocations are forbidden, such as in real-time control loops. CAVEAT: Not all of the decompositions in the Eigenvalues module have a heap-allocation-free compute() method. A future patch may address this issue, but some required API changes need to be incorporated first. | ||
* | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
| | | | | | | | | | | * renaming, e.g. LU ---> FullPivLU * split tests framework: more robust, e.g. dont generate empty tests if a number is skipped * make all remaining tests use that splitting, as needed. * Fix 4x4 inversion (see stable branch) * Transform::inverse() and geo_transform test : adapt to new inverse() API, it was also trying to instantiate inverse() for 3x4 matrices. * CMakeLists: more robust regexp to parse the version number * misc fixes in unit tests | ||
* | kill ei_add_test_multi. Now the macro ei_add_test does all that ↵ | Benoit Jacob | 2009-10-19 |
| | | | | automatically, by parsing the source file. No risk anymore to specify the wrong number of tests! Also, introduce CALL_SUBTESTX for X=1..10 that allows to port existing code much quicker. And port already the product* and eigensolver* files. | ||
* | 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 |
| | | | | | - perhaps we can find a better name ? - note that the QR module still includes the EigenSolver module for compatibility | ||
* | new implementation of diagonal matrices and diagonal matrix expressions | Benoit Jacob | 2009-06-28 |
| | |||
* | merge | Benoit Jacob | 2009-05-22 |
|\ | |||
| * | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
| | | | | | | | | it never made very precise sense. but now does it still make any? | ||
* | | Eigensolver decomposition interface unification. | Hauke Heibel | 2009-05-22 |
|/ | | | | | | Added default ctor and public compute method as well as safe-guards against uninitialized usage. Added unit tests for the safe-guards. | ||
* | split and extend eigen-solver tests | Gael Guennebaud | 2009-03-23 |