aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues/Tridiagonalization.h
Commit message (Expand)AuthorAge
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid...Gravatar David Tellenbach2021-03-05
* Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out...Gravatar Steve Bronder2021-03-04
* Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* Add missing explicit scalar conversionGravatar Gael Guennebaud2016-06-12
* Generalize matrix ctor and compute() method of dense decomposition to 1) limi...Gravatar Gael Guennebaud2015-09-07
* Fix underflow in 3x3 tridiagonalizationGravatar Gael Guennebaud2015-06-23
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Tridiagonalization::diagonal() and ::subDiagonal() did not work. Added unit-testGravatar Christoph Hertzberg2014-09-24
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Fix Eigenvalues moduleGravatar Gael Guennebaud2014-03-12
* 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
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* 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 several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* fix compile errors in Tridiagonalization and in doc examplesGravatar Benoit Jacob2010-12-30
* fix HouseholderSequence API, bug #50:Gravatar Benoit Jacob2010-12-30
* fix compilation with ICC (template keyword on a non template method)Gravatar Gael Guennebaud2010-12-10
* fix bug #128 : tridiagonalization failed for 1x1 matricesGravatar Gael Guennebaud2010-12-09
* Fixed compilation of tridiagonalization related unit tests.Gravatar Hauke Heibel2010-11-27
* make TridiagonalizationMatrixTReturnType internal and only export a public Ma...Gravatar Gael Guennebaud2010-11-26
* add a TridiagonalizationMatrixTReturnType class to make Tridiagonalization::m...Gravatar Gael Guennebaud2010-11-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix warningGravatar Radu Bogdan Rusu2010-09-27
* fix compilation of ei_tridiagonalization_inplace_selector for 1x1 matrixGravatar Gael Guennebaud2010-07-18
* disable the optimized 3x3 path for complexes which was not working at allGravatar Gael Guennebaud2010-07-16
* fix bad fuzzy comparison in 3x3 tridiagonalizationGravatar Gael Guennebaud2010-07-16
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* email changeGravatar Gael Guennebaud2010-06-24
* Fix compilation of docs after changes in Eigenvalues module.Gravatar Jitse Niesen2010-06-14
* * Make HouseholderSequence::evalTo works in placeGravatar Gael Guennebaud2010-06-10
* 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
* Replace local variables by member variables in compute() methods.Gravatar Jitse Niesen2010-05-24
* Change return type of matrixH() method to HouseholderSequence.Gravatar Jitse Niesen2010-05-24
* Document Tridiagonalization class, remove unused types.Gravatar Jitse Niesen2010-05-01
* * 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
* * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
* 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
* make some changes to please clang, fix some warnings too.Gravatar Thomas Capricelli2010-01-04