aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues
Commit message (Expand)AuthorAge
...
* 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
* Change skipU argument to computeU - this reverses the meaning.Gravatar Jitse Niesen2010-05-31
* Guard with assert against using decomposition objects uninitialized.Gravatar Jitse Niesen2010-05-30
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Update eigenvalues() and operatorNorm() methods in MatrixBase.Gravatar Jitse Niesen2010-05-24
* 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
* Use ReturnByValue mechanism for HessenbergDecomposition::matrixH().Gravatar Jitse Niesen2010-05-24
* Change return type of matrixH() method to HouseholderSequence.Gravatar Jitse Niesen2010-05-24
* Document SelfAdjointEigenSolver and add examples.Gravatar Jitse Niesen2010-05-04
* Document Tridiagonalization class, remove unused types.Gravatar Jitse Niesen2010-05-01
* Simplify computation of eigenvectors in EigenSolver.Gravatar Jitse Niesen2010-04-26
* Use topRows() and rightCols() in ComplexSchur and RealSchur.Gravatar Jitse Niesen2010-04-26
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* - 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
| * Move computation of eigenvalues from RealSchur to EigenSolver.Gravatar Jitse Niesen2010-04-12
| * RealSchur: Make sure zeros are really zero (cont'd); add default ctor, docs.Gravatar Jitse Niesen2010-04-12
| * RealSchur: Make sure zeros are really zero; simplify initFrancisQRStep().Gravatar Jitse Niesen2010-04-09
| * RealSchur: change parameter lists; minor rewrite of computeShift().Gravatar Jitse Niesen2010-04-07
| * RealSchur: use makeHouseholder() to construct the transformation.Gravatar Jitse Niesen2010-04-07
| * RealSchur: Rename l and n to il and iu.Gravatar Jitse Niesen2010-04-06
| * RealSchur: split computation in smaller functions.Gravatar Jitse Niesen2010-04-06
| * RealSchur: Use Householder module in Francis QR step.Gravatar Jitse Niesen2010-04-06
| * RealSchur: reduce scope of temporary variables in hqr2().Gravatar Jitse Niesen2010-04-06
| * RealSchur: Use PlanarRotation in "found two real eigenvalues" branch.Gravatar Jitse Niesen2010-04-06
| * Merge.Gravatar Jitse Niesen2010-04-02
| |\
| * | RealSchur and EigenSolver: some straightforward renames.Gravatar Jitse Niesen2010-04-02
| * | Add tests for real and complex Schur; extend test for Hessenberg.Gravatar Jitse Niesen2010-04-02
| * | Split computation of real Schur form in EigenSolver to its own class.Gravatar Jitse Niesen2010-04-01
| * | Use HessenbergDecomposition in EigenSolver.Gravatar Jitse Niesen2010-03-31
| |/
| * Extend documentation and add examples for EigenSolver class.Gravatar Jitse Niesen2010-03-31
| * Extend documentation for HessenbergDecomposition.Gravatar Jitse Niesen2010-03-28
| * 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 matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-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
* 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
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07