Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove vim specific comments to recognoize correct file-type. | David Tellenbach | 2021-02-09 |
| | | | | As discussed in #2143 we remove editor specific comments. | ||
* | use MKL's lapacke.h header when using MKL | Gael Guennebaud | 2017-08-17 |
| | |||
* | Clean references to MKL in LAPACKe support. | Gael Guennebaud | 2016-07-25 |
| | |||
* | Rename MKL files | Gael Guennebaud | 2016-07-25 |
| | |||
* | Update RealQZ to reduce 2x2 diagonal block of T corresponding to non reduced ↵ | Gael Guennebaud | 2016-06-09 |
| | | | | | | diagonal block of S to positive diagonal form. This step involve a real 2x2 SVD problem. The respective routine is thus in src/misc/ to be shared by both EVD and AVD modules. | ||
* | Add missing licence header to some top header files | Gael Guennebaud | 2015-10-26 |
| | |||
* | Move D&C SVD to official SVD module. | Gael Guennebaud | 2014-10-29 |
| | |||
* | Remove deprecated code not used by evaluators | Gael Guennebaud | 2014-09-18 |
| | |||
* | Reafctoring in D&C SVD unsupported module: clean and merge the SVDBase class ↵ | Gael Guennebaud | 2014-09-01 |
| | | | | to Eigen/SVD, rm copy/pasted JacobiSVD.h file | ||
* | Removed the deprecated EIGEN2_SUPPORT, as previously announced. A ↵ | Christoph Hertzberg | 2014-07-01 |
| | | | | compilation error is raised, if this compile-switch is defined. The documentation references to the corresponding pages from Eigen3.2 now. Also, the Eigen2 testsuite has been removed. | ||
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
| | |||
* | Document that JacobiSVD also handles complex matrices. | Jitse Niesen | 2012-01-26 |
| | | | | Thanks to 'Jazzdude' for noting this on IRC. | ||
* | add a "using MKL" documentation page, add a minimal documentation of PARDISO ↵ | Gael Guennebaud | 2011-12-09 |
| | | | | wrapper classes, refine a bit the EIGEN_USE_* logic | ||
* | - split and rename defined tokens to enable the use of BLAS/Lapack/VML/etc | Gael Guennebaud | 2011-12-09 |
| | | | | - include MKL headers outside the Eigen namespace. | ||
* | Intel(R) MKL support added. | karturov | 2011-12-05 |
| | | | | | | | | | | * * * License disclaimer changed to BSD license for MKL_support.h * * * Pardiso support fixed, test added. blas/lapack tests fixed: Scalar parameter was added in Cholesky, product_matrix_vector_triangular remaned to triangular_matrix_vector_product. * * * PARDISO test was added physically. | ||
* | shut up stupid ICC warnings | Benoit Jacob | 2011-02-22 |
| | |||
* | eigen2 support: import SVD back, pass SVD tests | Benoit Jacob | 2011-01-26 |
| | |||
* | remove SVD class (was bad code taked from elsewhere) | Benoit Jacob | 2010-10-12 |
| | | | | | Use JacobiSVD for now. We do plan to reintroduce a bidiagonalizing SVD asap. | ||
* | Remove \nonstable yet. The stability rules for Eigen3 are much simpler: | Benoit Jacob | 2010-06-29 |
| | | | | | - all what's not in unsupported/ is considered stable API (except internal stuff e.g. expression templates). | ||
* | New UpperBidiagonalization class | Benoit Jacob | 2010-01-14 |
| | |||
* | Backed out changeset 58fb27cd566f4057cee914be4cfe4f87abe8dc04 | Benoit Jacob | 2010-01-07 |
| | |||
* | undo | Benoit Jacob | 2010-01-07 |
| | |||
* | added comments to help vim understand the header files are c++. | Mark Borgerding | 2009-12-01 |
| | |||
* | add missing includes | Benoit Jacob | 2009-11-09 |
| | |||
* | JacobiSVD: implement general R-SVD using full-pivoting QR, so we now support ↵ | Benoit Jacob | 2009-09-02 |
| | | | | any rectangular matrix size by reducing to the smaller of the two dimensions (which is also an optimization) | ||
* | * JacobiSVD: | Benoit Jacob | 2009-08-31 |
| | | | | | | | | | | | | - support complex numbers - big rewrite of the 2x2 kernel, much more robust * Jacobi: - fix weirdness in initial design, e.g. applyJacobiOnTheRight actually did the inverse transformation - fully support complex numbers - fix logic to decide whether to vectorize - remove several clumsy methods fix for complex numbers | ||
* | remove #include Bidiagonalization, and add missing ";" | Gael Guennebaud | 2009-08-11 |
| | |||
* | * add Jacobi transformations | Benoit Jacob | 2009-08-09 |
| | | | | | * add Jacobi (Hestenes) SVD decomposition for square matrices * add function for trivial Householder | ||
* | * mark Geometry as experimental | Benoit Jacob | 2009-01-26 |
| | | | | | | | * install QtAlignedMalloc * finish the renaming Regression->LeastSquares * install LeastSquares directory (!!!) * misc dox fixes | ||
* | Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside | Benoit Jacob | 2008-12-18 |
| | | | | of Eigen, and add a MSVC-friendly path in StaticAssert. | ||
* | missing SVD header file | Gael Guennebaud | 2008-08-19 |