aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues/HessenbergDecomposition.h
Commit message (Expand)AuthorAge
* Fix more enum arithmetic.Gravatar Rasmus Munk Larsen2021-06-15
* bug #1493: Make representation of HouseholderSequence consistent and working ...Gravatar Christoph Hertzberg2018-04-15
* Generalize matrix ctor and compute() method of dense decomposition to 1) limi...Gravatar Gael Guennebaud2015-09-07
* 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 HouseholderSequence::conjugate() and ::adjoint() and add respective unit ...Gravatar Gael Guennebaud2013-06-17
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix HouseholderSequence API, bug #50:Gravatar Benoit Jacob2010-12-30
* make HessenbergDecompositionMatrixHReturnType internalGravatar Gael Guennebaud2010-11-26
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* introduce a new LvalueBit flag and split DenseCoeffBase into three level of a...Gravatar Gael Guennebaud2010-07-21
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* email changeGravatar Gael Guennebaud2010-06-24
* clean old stuff used to support precompilation inside a binary libGravatar Gael Guennebaud2010-06-07
* Make all compute() methods return a reference to *this.Gravatar Jitse Niesen2010-06-01
* Guard with assert against using decomposition objects uninitialized.Gravatar Jitse Niesen2010-05-30
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Use ReturnByValue mechanism for HessenbergDecomposition::matrixH().Gravatar Jitse Niesen2010-05-24
* Change return type of matrixH() method to HouseholderSequence.Gravatar Jitse Niesen2010-05-24
* * 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
|\
| * Extend documentation for HessenbergDecomposition.Gravatar Jitse Niesen2010-03-28
* | fix the flags and matrix options, to always have the right RowMajor bit in th...Gravatar Benoit Jacob2010-03-19
|/
* Propagate all five matrix template parameters to members and temporaries of d...Gravatar Adolfo Rodriguez Tsouroukdissian2010-03-08
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* Big renaming:Gravatar Benoit Jacob2010-01-04
* clean a bit Hessenberg and make sure the subdiagonal coeff is real even for 2...Gravatar Gael Guennebaud2009-12-23
* fix #75, and add a basic unit test for HessenbergGravatar Gael Guennebaud2009-12-23
* Removed NestByValue dependency from Cholesky, Eigenvalues, LU and QR.Gravatar Hauke Heibel2009-12-01
* Compilation fix: makeHousholderInPlace now uses references.Gravatar Jitse Niesen2009-11-11
* improve ComplexShur api and docGravatar Gael Guennebaud2009-09-16
* rename the EigenSolver module to EigenvaluesGravatar Gael Guennebaud2009-09-04