aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues/ComplexSchur.h
Commit message (Expand)AuthorAge
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* email changeGravatar Gael Guennebaud2010-06-24
* Add info() method which can be queried to check whether iteration converged.Gravatar Jitse Niesen2010-06-03
* Add field m_maxIterations; break loop when this limit is exceeded.Gravatar Jitse Niesen2010-06-02
* Make all compute() methods return a reference to *this.Gravatar Jitse Niesen2010-06-01
* Change skipU argument to computeU - this reverses the meaning.Gravatar Jitse Niesen2010-05-31
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Change return type of matrixH() method to HouseholderSequence.Gravatar Jitse Niesen2010-05-24
* Use topRows() and rightCols() in ComplexSchur and RealSchur.Gravatar Jitse Niesen2010-04-26
* - 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
|\
* | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
| * Add tests for real and complex Schur; extend test for Hessenberg.Gravatar Jitse Niesen2010-04-02
| * Clean up ComplexSchur::compute() .Gravatar Jitse Niesen2010-03-24
| * 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
| * 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
* comment out cerr'sGravatar Benoit Jacob2010-02-28
* ComplexSchur: fix bug introduced in my previous commit.Gravatar Jitse Niesen2010-02-26
* ComplexSchur: compute shift more stably, introduce exceptional shifts.Gravatar Jitse Niesen2010-02-25
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
* fix #66 : upper triangular checks in ComplexSchurGravatar Gael Guennebaud2009-11-02
* improve ComplexShur api and docGravatar Gael Guennebaud2009-09-16
* rename the EigenSolver module to EigenvaluesGravatar Gael Guennebaud2009-09-04