aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues
Commit message (Expand)AuthorAge
* 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
* | Fix double to Scalar unwanted promotionsGravatar Nicolas Mellado2015-06-21
|/
* Enforce eigenvectors to be column-major (for performance reasons)Gravatar Gael Guennebaud2015-06-19
* Fix shadow warnings triggered by clangGravatar Gael Guennebaud2015-06-09
* Extend unit test and documentation of SelfAdjointEigenSolver::computeDirectGravatar Gael Guennebaud2015-06-08
* bug #1014: More stable direct computation of eigenvalues and -vectors for 3x3...Gravatar Christoph Hertzberg2015-05-17
* Ignore denormal numbers in selfadjoint eigensolver.Gravatar Gael Guennebaud2015-05-12
* bug #1013: fix 2x2 direct eigensolver for identical eiegnvaluesGravatar Gael Guennebaud2015-05-07
* Backed out changeset 04c8c5d9efdf1f29901b6f1db266b1caf4853b12Gravatar Gael Guennebaud2015-04-15
* Fix bug #996: fix comparisons to 0 instead of Scalar(0)Gravatar Gael Guennebaud2015-04-15
* bug #985: RealQZ failed when either matrix had zero rows or columns (report a...Gravatar Christoph Hertzberg2015-03-30
* bug #982: Make sure numext::maxi and numext::mini are called correctly, in ca...Gravatar Christoph Hertzberg2015-03-30