aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues
Commit message (Expand)AuthorAge
* Fix more enum arithmetic.Gravatar Rasmus Munk Larsen2021-06-15
* Scaled epsilon the wrong way.Gravatar Antonio Sanchez2021-04-07
* Fix SelfAdjoingEigenSolver (#2191)Gravatar Antonio Sanchez2021-04-05
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Updated SelfAdjointEigenSolver documentation to include that the eigenvectors...Gravatar Theo Fletcher2021-03-16
* 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
* Drop EIGEN_USING_STD_MATH in favour of EIGEN_USING_STDGravatar David Tellenbach2020-10-09
* bug #1679: avoid possible division by 0 in complex-schurGravatar Gael Guennebaud2019-02-15
* Fix compilation with expression template scalar type.Gravatar Gael Guennebaud2018-12-12
* bug #1557: fix RealSchur and EigenSolver for matrices with only zeros on the ...Gravatar Gael Guennebaud2018-12-12
* Fix several uninitialized member from ctorGravatar Gael Guennebaud2018-11-23
* bug #1600: initialize m_info to InvalidInput by default, even though m_info i...Gravatar Gael Guennebaud2018-09-18
* applying EIGEN_DECLARE_TEST to *gpu* testsGravatar Deven Desai2018-07-17
* Fix GeneralizedEigenSolver when requesting for eigenvalues only.Gravatar Gael Guennebaud2018-07-14
* Fix shadowing typedefsGravatar Gael Guennebaud2018-07-12
* Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* Fix regression in changeset f05dea6b2326836e5e0243fbaffbece84b833d64Gravatar Gael Guennebaud2018-07-02
* bug #1550: prevent avoidable memory allocation in RealSchurGravatar Gael Guennebaud2018-06-08
* Cast zeros to Scalar in RealSchurGravatar Dmitriy Korchemkin2018-04-18
* bug #1493: Make representation of HouseholderSequence consistent and working ...Gravatar Christoph Hertzberg2018-04-15
* Fix MKL backend for symmetric eigenvalues on row-major matrices.Gravatar Gael Guennebaud2018-04-09
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* 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