aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/QR
Commit message (Expand)AuthorAge
* Remove vim specific comments to recognoize correct file-type.Gravatar David Tellenbach2021-02-09
* Old gcc versions have problems with recursive #pragma GCC diagnostic push/popGravatar Christoph Hertzberg2018-08-28
* use MKL's lapacke.h header when using MKLGravatar Gael Guennebaud2017-08-17
* Clean references to MKL in LAPACKe support.Gravatar Gael Guennebaud2016-07-25
* Rename MKL filesGravatar Gael Guennebaud2016-07-25
* Implement complete orthogonal decomposition in Eigen.Gravatar Rasmus Munk Larsen2016-02-06
* Add missing licence header to some top header filesGravatar Gael Guennebaud2015-10-26
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* Minor corrections in QR docs.Gravatar Jitse Niesen2013-12-31
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* add a "using MKL" documentation page, add a minimal documentation of PARDISO ...Gravatar Gael Guennebaud2011-12-09
* - split and rename defined tokens to enable the use of BLAS/Lapack/VML/etcGravatar Gael Guennebaud2011-12-09
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
* eigen2: pass QR decomposition and hyperplane testsGravatar Benoit Jacob2011-01-25
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* clean old stuff used to support precompilation inside a binary libGravatar Gael Guennebaud2010-06-07
* added comments to help vim understand the header files are c++.Gravatar Mark Borgerding2009-12-01
* add missing includesGravatar Benoit Jacob2009-11-09
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* rename the EigenSolver module to EigenvaluesGravatar Gael Guennebaud2009-09-04
* move eigen values related stuff of the QR module to a new EigenSolver module.Gravatar Gael Guennebaud2009-09-03
* [mq]: eigensolverGravatar Gael Guennebaud2009-09-01
* modernize HouseholderQR too, uniformize all that stuff, update testsGravatar Benoit Jacob2009-08-24
* add ColPivotingHouseholderQRGravatar Benoit Jacob2009-08-23
* add initial, rough, full-pivoting RRQR decompositionGravatar Benoit Jacob2009-08-22
* make HouseholderQR uses the Householder moduleGravatar Gael Guennebaud2009-08-16
* optimize "apply Jacobi" for small sizes, and move it to Jacobi.hGravatar Gael Guennebaud2009-08-14
* minor compilation fixes for Sun CC and ICCGravatar Gael Guennebaud2009-07-20
* * mark Geometry as experimentalGravatar Benoit Jacob2009-01-26
* Patch by Kenneth Riddile: disable MSVC warnings, reenable them outsideGravatar Benoit Jacob2008-12-18
* * doc improvements in Cwise and PartialRedux:Gravatar Benoit Jacob2008-08-19
* Add .perpendicular() function in Geometry module (adapted from Eigen1)Gravatar Gael Guennebaud2008-07-22
* * Added a generalized eigen solver for the selfadjoint case.Gravatar Gael Guennebaud2008-06-14
* Add QR and Cholesky module instantiations in the lib.Gravatar Gael Guennebaud2008-06-14
* Added a Hessenberg decomposition class for both real and complex matrices.Gravatar Gael Guennebaud2008-06-08
* Rewrite from scratch of the eigen solver for symmetric matricesGravatar Gael Guennebaud2008-06-02
* * added a Tridiagonalization class for selfadjoint matricesGravatar Gael Guennebaud2008-06-01
* -fix certain #includesGravatar Benoit Jacob2008-05-12
* * Draft of a eigenvalues solverGravatar Gael Guennebaud2008-05-12
* Added Triangular expression to extract upper or lower (strictly or not)Gravatar Gael Guennebaud2008-04-26