aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SVD
Commit message (Expand)AuthorAge
* Remove vim specific comments to recognoize correct file-type.Gravatar David Tellenbach2021-02-09
* 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
* Update RealQZ to reduce 2x2 diagonal block of T corresponding to non reduced ...Gravatar Gael Guennebaud2016-06-09
* Add missing licence header to some top header filesGravatar Gael Guennebaud2015-10-26
* Move D&C SVD to official SVD module.Gravatar Gael Guennebaud2014-10-29
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Reafctoring in D&C SVD unsupported module: clean and merge the SVDBase class ...Gravatar Gael Guennebaud2014-09-01
* Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* Document that JacobiSVD also handles complex matrices.Gravatar Jitse Niesen2012-01-26
* 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 support: import SVD back, pass SVD testsGravatar Benoit Jacob2011-01-26
* remove SVD class (was bad code taked from elsewhere)Gravatar Benoit Jacob2010-10-12
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* New UpperBidiagonalization classGravatar Benoit Jacob2010-01-14
* Backed out changeset 58fb27cd566f4057cee914be4cfe4f87abe8dc04Gravatar Benoit Jacob2010-01-07
* undoGravatar Benoit Jacob2010-01-07
* added comments to help vim understand the header files are c++.Gravatar Mark Borgerding2009-12-01
* add missing includesGravatar Benoit Jacob2009-11-09
* JacobiSVD: implement general R-SVD using full-pivoting QR, so we now support ...Gravatar Benoit Jacob2009-09-02
* * JacobiSVD:Gravatar Benoit Jacob2009-08-31
* remove #include Bidiagonalization, and add missing ";"Gravatar Gael Guennebaud2009-08-11
* * add Jacobi transformationsGravatar Benoit Jacob2009-08-09
* * mark Geometry as experimentalGravatar Benoit Jacob2009-01-26
* Patch by Kenneth Riddile: disable MSVC warnings, reenable them outsideGravatar Benoit Jacob2008-12-18
* missing SVD header fileGravatar Gael Guennebaud2008-08-19