aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues/ComplexEigenSolver.h
Commit message (Expand)AuthorAge
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* bug #478: fix regression in the eigen decomposition of zero matrices.Gravatar Gael Guennebaud2017-01-31
* Generalize matrix ctor and compute() method of dense decomposition to 1) limi...Gravatar Gael Guennebaud2015-09-07
* bug #949: add static assertion for incompatible scalar types in dense end-use...Gravatar Gael Guennebaud2015-03-13
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* bug #482: pass scalar arguments by const references. Still remains a few case...Gravatar Gael Guennebaud2013-02-25
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
* Eigenvalues module: Implement setMaxIterations() methods.Gravatar Jitse Niesen2012-07-28
* Allow user to specify max number of iterations (bug #479).Gravatar Jitse Niesen2012-07-24
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Remove unused file EigenvaluesCommon.hGravatar Jitse Niesen2012-04-16
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* Document (non)sorting of eigenvalues.Gravatar Jitse Niesen2011-02-27
* fix MaxCols in ComplexEigenSolver which was causing memory allocation instead...Gravatar Gael Guennebaud2011-01-27
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix compilation of ei_tridiagonalization_inplace_selector for 1x1 matrixGravatar Gael Guennebaud2010-07-18
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* email changeGravatar Gael Guennebaud2010-06-24
* fix compilation when default to row majorGravatar Gael Guennebaud2010-06-24
* Add info() method which can be queried to check whether iteration converged.Gravatar Jitse Niesen2010-06-03
* Refactor compute() by splitting off two smaller private methods.Gravatar Jitse Niesen2010-06-03
* Make all compute() methods return a reference to *this.Gravatar Jitse Niesen2010-06-01
* Allow user to compute only the eigenvalues and not the eigenvectors.Gravatar Jitse Niesen2010-05-31
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Return matrices by constant reference where possible.Gravatar Jitse Niesen2010-05-24
* Replace local variables by member variables in compute() methods.Gravatar Jitse Niesen2010-05-24
* - Added problem size constructor to decompositions that did not have one. It ...Gravatar Adolfo Rodriguez Tsouroukdissian2010-04-21
* * merge with mainlineGravatar Benoit Jacob2010-04-16
|\
| * Extend documentation of ComplexSchur and add examples.Gravatar Jitse Niesen2010-03-23
| * Rename Complex in ComplexSchur and ComplexEigenSolver to ComplexScalarGravatar Jitse Niesen2010-03-21
| * Allow ComplexEigenSolver and ComplexSchur to work with real matrices.Gravatar Jitse Niesen2010-03-20
| * Extend documentation and add examples for ComplexEigenSolver.Gravatar Jitse Niesen2010-03-19
* | fix the flags and matrix options, to always have the right RowMajor bit in th...Gravatar Benoit Jacob2010-03-19
| * Document member functions and types of ComplexEigenSolver.Gravatar Jitse Niesen2010-03-18
|/
* Propagate all five matrix template parameters to members and temporaries of d...Gravatar Adolfo Rodriguez Tsouroukdissian2010-03-08
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * Big renaming:Gravatar Benoit Jacob2010-01-04
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
|/
* Fixed wrong line endings.Gravatar Hauke Heibel2009-10-01
* bugfix in the eigenvalue solvers (forgot to resize the eigen vectors)Gravatar Gael Guennebaud2009-09-30
* rename the EigenSolver module to EigenvaluesGravatar Gael Guennebaud2009-09-04