aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues
Commit message (Expand)AuthorAge
* cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, ...Gravatar Gael Guennebaud2012-04-18
* Remove unused file EigenvaluesCommon.hGravatar Jitse Niesen2012-04-16
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* remove an extra ';' and suppress a 'variable used before its value is set' wa...Gravatar Gael Guennebaud2012-04-11
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* fix bug #410: fix a possible out of range access in EigenSolverGravatar Gael Guennebaud2012-01-25
* Make sure that now-fixed assert is not triggered.Gravatar Jitse Niesen2012-01-19
* Fix broken asserts releaved by Clang.Gravatar Keir Mierle2012-01-18
* Remove asserts that eigenvalue computation has converged (bug #354).Gravatar Jitse Niesen2011-12-12
* trivial compilation fixGravatar Gael Guennebaud2011-12-10
* bug #352:properly cast constantsGravatar Igor Krivenko2011-12-09
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* improve accuracy of 3x3 direct eigenvector extractionGravatar Gael Guennebaud2011-11-23
* Allow for more iterations in SelfAdjointEigenSolver (bug #354).Gravatar Jitse Niesen2011-11-02
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* fix a numerical issue in the direct 3x3 eigenvector extractionGravatar Gael Guennebaud2011-08-08
* simplify a bit the 2x2 direct eigenvalue solverGravatar Gael Guennebaud2011-07-22
* integrate Hauke's 2x2 direct symmetric eigenvalues solverGravatar Gael Guennebaud2011-07-22
* add a computeDirect method to SelfAdjointEigenSolver for fast eigen decomposi...Gravatar Gael Guennebaud2011-07-21
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* fix bug #316 - SelfAdjointEigenSolver::compute does not handle matrices of si...Gravatar Gael Guennebaud2011-07-09
* Simplify the use of custom scalar types, the rule is to never directly call a...Gravatar Gael Guennebaud2011-05-25
* clean a bit previous patch (ctor vs static_cast and a few bits)Gravatar Gael Guennebaud2011-05-23
* fix implicit scalar conversions (needed to support fancy scalar types, see bu...Gravatar David H. Bailey2011-05-23
* Remove Eigen::internal::sqrt(), see bug #264.Gravatar Jitse Niesen2011-05-12
* Get rid of wrong "subscript above bounds" warning (bug #149).Gravatar Jitse Niesen2011-05-07
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
* Normalize eigenvectors returned by EigenSolver (fixes bug #249)Gravatar Jitse Niesen2011-04-15
* Document (non)sorting of eigenvalues.Gravatar Jitse Niesen2011-02-27
* fix division by zero if the matrix is exactly zeroGravatar Gael Guennebaud2011-02-17
* fix under- and overflowGravatar Gael Guennebaud2011-02-06
* make eigen2 eigensolver test passGravatar Benoit Jacob2011-01-31
* fix MaxCols in ComplexEigenSolver which was causing memory allocation instead...Gravatar Gael Guennebaud2011-01-27
* fix compile errors in Tridiagonalization and in doc examplesGravatar Benoit Jacob2010-12-30
* fix HouseholderSequence API, bug #50:Gravatar Benoit Jacob2010-12-30
* suppress stupid warningGravatar Gael Guennebaud2010-12-10
* 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 HessenbergDecompositionMatrixHReturnType internalGravatar Gael Guennebaud2010-11-26
* 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
* fix bug #107: SelfAdjointEigenSolver and RowMajor (and add unit test)Gravatar Gael Guennebaud2010-11-04
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
* fix warningGravatar Radu Bogdan Rusu2010-09-27
* introduce a new LvalueBit flag and split DenseCoeffBase into three level of a...Gravatar Gael Guennebaud2010-07-21
* fix compilation of ei_tridiagonalization_inplace_selector for 1x1 matrixGravatar Gael Guennebaud2010-07-18