| Commit message (Expand) | Author | Age |
* | Fix conversion warnings | Gael Guennebaud | 2019-02-19 |
* | bug #1194: implement slightly faster and SIMD friendly 4x4 determinant. | Gael Guennebaud | 2019-02-18 |
* | Let's properly use Score instead of std::abs, and remove deprecated FIXME ( a... | Gael Guennebaud | 2019-02-11 |
* | Speed up 2x2 LU by a factor 2, and other small fixed sizes by about 10%. | Gael Guennebaud | 2019-02-11 |
* | Speedup PartialPivLU for small matrices by passing compile-time sizes when av... | Gael Guennebaud | 2019-02-11 |
* | bug #1669: fix PartialPivLU/inverse with zero-sized matrices. | Gael Guennebaud | 2019-01-29 |
* | Make FullPivLU use conjugateIf<> | Gael Guennebaud | 2019-01-17 |
* | PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD). | Patrick Peltzer | 2019-01-17 |
* | Add conjugateIf<bool> members to DesneBase, TriangularView, SelfadjointView, ... | Gael Guennebaud | 2019-01-17 |
* | Fix StorageIndex FIXME in dense LU solvers | Gael Guennebaud | 2019-01-13 |
* | bug #1644: fix warning | Gael Guennebaud | 2018-12-11 |
* | Cast to diagonalSize to RealScalar instead Scalar. | Rasmus Munk Larsen | 2018-08-09 |
* | Cast diagonalSize() to Scalar before multiplication. Without this, automatic ... | Rasmus Munk Larsen | 2018-08-09 |
* | Extend CUDA support to matrix inversion and selfadjointeigensolver | Andrea Bocci | 2018-06-11 |
* | bug #1509: fix computeInverseWithCheck for complexes | Gael Guennebaud | 2018-04-04 |
* | MIsc. source and comment typos | luz.paz | 2018-03-11 |
* | Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that: | Benoit Steiner | 2017-03-01 |
* | Fix regression in X = (X*X.transpose())/s with X rectangular by deferring res... | Gael Guennebaud | 2016-10-26 |
* | Removed EIGEN_DEVICE_FUNC qualifers for the lu(), fullPivLu(), partialPivLu()... | Benoit Steiner | 2016-09-19 |
* | Added several missing EIGEN_DEVICE_FUNC qualifiers | Benoit Steiner | 2016-09-14 |
* | bug #1285: fix regression introduced in changeset 00c29c2caef8fb0c6b1d2ba5ecd... | Gael Guennebaud | 2016-09-13 |
* | bug #1266: remove CUDA guards on MatrixBase::<decomposition> definitions. (th... | Gael Guennebaud | 2016-09-06 |
* | Fix 4x4 inverse with non-linear destination | Gael Guennebaud | 2016-08-30 |
* | bug #1167: simplify installation of header files using cmake's install(DIRECT... | Gael Guennebaud | 2016-08-29 |
* | Clean references to MKL in LAPACKe support. | Gael Guennebaud | 2016-07-25 |
* | Rename MKL files | Gael Guennebaud | 2016-07-25 |
* | bug #173: remove dependency to MKL for LAPACKe backend. | Gael Guennebaud | 2016-07-25 |
* | Add documentation and exemples for inplace decomposition. | Gael Guennebaud | 2016-07-04 |
* | bug #707: add inplace decomposition through Ref<> for Cholesky, LU and QR dec... | Gael Guennebaud | 2016-07-04 |
* | Relax mixing-type constraints for binary coefficient-wise operators: | Gael Guennebaud | 2016-06-06 |
* | Fix/handle some int-to-long conversions. | Gael Guennebaud | 2016-05-26 |
* | Store permutation's determinant as char. | Gael Guennebaud | 2016-05-26 |
* | Handle some Index to int conversions in BLAS/LAPACK support. | Gael Guennebaud | 2016-05-26 |
* | Cleaning pass on rcond estimator. | Gael Guennebaud | 2016-04-14 |
* | Addresses comments on Eigen pull request PR-174. | Rasmus Munk Larsen | 2016-04-04 |
* | Add matrix condition estimator module that implements the Higham/Hager algori... | Rasmus Munk Larsen | 2016-04-01 |
* | Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ... | Gael Guennebaud | 2016-01-01 |
* | Add LU::transpose().solve() and LU::adjoint().solve() API. | Gael Guennebaud | 2015-12-01 |
* | Add internal method _solve_impl_transposed() to LU decomposition classes that... | Rasmus Munk Larsen | 2015-11-30 |
* | Make FullPivLU::solve use rank() instead of nonzeroPivots(). | Gael Guennebaud | 2015-11-21 |
* | Generalize matrix ctor and compute() method of dense decomposition to 1) limi... | Gael Guennebaud | 2015-09-07 |
* | Cleaning pass on evaluators: remove the useless and error prone evaluator<>::... | Gael Guennebaud | 2015-09-02 |
* | Fix FullPivLU::image documentation | Gael Guennebaud | 2015-09-02 |
* | First part of a big refactoring of alignment control to enable the handling o... | Gael Guennebaud | 2015-08-06 |
* | bug #949: add static assertion for incompatible scalar types in dense end-use... | Gael Guennebaud | 2015-03-13 |
* | New scoring functor to select the pivot. | Marc Glisse | 2015-03-03 |
* | Remove deprecated usage of expr::Index. | Gael Guennebaud | 2015-02-16 |
* | Index refactoring: StorageIndex must be used for storage only (and locally wh... | Gael Guennebaud | 2015-02-13 |
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t... | Christoph Hertzberg | 2014-12-04 |
* | Make constructors explicit if they could lead to unintended implicit conversion | Christoph Hertzberg | 2014-09-23 |