Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 ↵ | Benoit Jacob | 2012-07-15 |
| | | | | files | ||
* | 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 |
| | |||
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
| | |||
* | 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 |
| | |||
* | Change skipU argument to computeU - this reverses the meaning. | Jitse Niesen | 2010-05-31 |
| | | | | See "skipXxx / computeXxx parameters in Eigenvalues module" on mailing list. | ||
* | - 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. | ||
* | Add tests for real and complex Schur; extend test for Hessenberg. | Jitse Niesen | 2010-04-02 |
Make a minor correction to the ComplexSchur class. |