aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues
Commit message (Expand)AuthorAge
* Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that:Gravatar Benoit Steiner2017-03-01
* bug #1394: fix compilation of SelfAdjointEigenSolver<Matrix>(sparse*sparse);Gravatar Gael Guennebaud2017-02-20
* bug #478: fix regression in the eigen decomposition of zero matrices.Gravatar Gael Guennebaud2017-01-31
* Revert part of changeset 5b3a6f51d353bb3b35f6d15f2455774b73d088e0Gravatar Gael Guennebaud2016-08-29
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* Fix compilation with boost::multiprec.Gravatar Gael Guennebaud2016-08-25
* TypoGravatar Gael Guennebaud2016-08-23
* Address several implicit scalar conversions.Gravatar Gael Guennebaud2016-08-23
* Cleanup eiegnvector extraction: leverage matrix products and compile-time siz...Gravatar Gael Guennebaud2016-08-23
* bug #645: patch from Tobias Wood implementing the extraction of eigenvectors ...Gravatar Gael Guennebaud2016-08-23
* Improve robustness of 2x2 eigenvalue with shifting and scalingGravatar Gael Guennebaud2016-07-26
* Clean references to MKL in LAPACKe support.Gravatar Gael Guennebaud2016-07-25
* Rename MKL filesGravatar Gael Guennebaud2016-07-25
* bug #173: remove dependency to MKL for LAPACKe backend.Gravatar Gael Guennebaud2016-07-25
* Enforce scalar types in calls to max/min (helps with expression template scal...Gravatar Gael Guennebaud2016-07-25
* Remove custom complex division function cdiv.Gravatar Gael Guennebaud2016-07-25
* Fix misuse of dummy_precesion in eigenvalues solversGravatar Gael Guennebaud2016-07-23
* Workaround VS2015 bugGravatar Gael Guennebaud2016-07-13
* Workaround MSVC bugGravatar Gael Guennebaud2016-07-11
* Improve numerical robustness of RealSchur: add scaling and compare sub-diag e...Gravatar Gael Guennebaud2016-07-06
* mergeGravatar Gael Guennebaud2016-06-14
|\
| * Add missing explicit scalar conversionGravatar Gael Guennebaud2016-06-12
| * Make sure T(i+1,i)==0 when diagonalizing T(i:i+1,i:i+1)Gravatar Gael Guennebaud2016-06-11
* | Big 279: enable mixing types for comparisons, min, and max.Gravatar Gael Guennebaud2016-06-10
| * Take advantage that T is already diagonal in the extraction of generalized co...Gravatar Gael Guennebaud2016-06-09
| * Update RealQZ to reduce 2x2 diagonal block of T corresponding to non reduced ...Gravatar Gael Guennebaud2016-06-09
| * Fix shadow variable, and indexing.Gravatar Gael Guennebaud2016-06-09
| * Fix extraction of complex eigenvalue pairs in real generalized eigenvalue pro...Gravatar Gael Guennebaud2016-06-08
|/
* Fix compilation.Gravatar Gael Guennebaud2016-06-03
* Handle some Index to int conversions in BLAS/LAPACK support.Gravatar Gael Guennebaud2016-05-26
* Silenced several double-promotion warningsGravatar Christoph Hertzberg2016-05-22
* Fix SelfAdjointEigenSolver for some input expression types, and add new regre...Gravatar Gael Guennebaud2016-05-19
* Use coeff(i,j) instead of operator().Gravatar Gael Guennebaud2016-05-18
* Removed executable bit from header filesGravatar Benoit Steiner2016-03-23
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
* Fix MKL wrapper for ComplexSchurGravatar Gael Guennebaud2015-12-11
* Remove useless "explicit", and fix inline/static order.Gravatar Gael Guennebaud2015-12-11
* Fix compilation of MKL support.Gravatar Gael Guennebaud2015-12-11
* bug #1098: fix regression introduced when generalizing some compute() methods...Gravatar Gael Guennebaud2015-10-26
* Fixed cuda code: EIGEN_DEVICE_FUNC must come after template<...>Gravatar Christoph Hertzberg2015-09-10
* Fixed minor regression caused by 7031a851d45a8526474ac1ac972ad12a48e99f1aGravatar Christoph Hertzberg2015-09-08
* Generalize matrix ctor and compute() method of dense decomposition to 1) limi...Gravatar Gael Guennebaud2015-09-07
* Protect further isnan/isfinite/isinf callsGravatar Christoph Hertzberg2015-08-16
* Remove wrongly pushed debugging statementsGravatar Gael Guennebaud2015-07-22
* Clean some previous changes and more cuda fixesGravatar Gael Guennebaud2015-07-15
* Merged eigen/eigen into defaultGravatar Nicolas Mellado2015-07-03
|\
* | Fixed a typo in the patchGravatar Benoit Steiner2015-07-02
| * split compiler intensive bdcsvd_1 unit testGravatar Gael Guennebaud2015-06-26
| * Fix underflow in 3x3 tridiagonalizationGravatar Gael Guennebaud2015-06-23