aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
Commit message (Expand)AuthorAge
* Fix GeneralizedEigenSolver when requesting for eigenvalues only.Gravatar Gael Guennebaud2018-07-14
* Fix compilation with boost::multiprec.Gravatar Gael Guennebaud2016-08-25
* TypoGravatar 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
* Workaround VS2015 bugGravatar Gael Guennebaud2016-07-13
* Workaround MSVC bugGravatar Gael Guennebaud2016-07-11
* mergeGravatar Gael Guennebaud2016-06-14
|\
* | 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
| * 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
|/
* Removed executable bit from header filesGravatar Benoit Steiner2016-03-23
* Remove useless "explicit", and fix inline/static order.Gravatar Gael Guennebaud2015-12-11
* bug #949: add static assertion for incompatible scalar types in dense end-use...Gravatar Gael Guennebaud2015-03-13
* 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 bug #314:Gravatar Gael Guennebaud2012-11-06
* add an example for GeneralizedEigenSolverGravatar Gael Guennebaud2012-07-28
* Add a preliminary GeneralizedEigenSolver computing the eigenvalues of Av=lBv ...Gravatar Gael Guennebaud2012-07-26