| Commit message (Expand) | Author | Age |
* | Mask unused-parameter warnings, when building with NDEBUG | Christoph Hertzberg | 2019-01-18 |
* | PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD). | Patrick Peltzer | 2019-01-17 |
* | update comment | Gael Guennebaud | 2018-06-29 |
* | bug #1493: Make representation of HouseholderSequence consistent and working ... | Christoph Hertzberg | 2018-04-15 |
* | MIsc. source and comment typos | luz.paz | 2018-03-11 |
* | bug #1403: more scalar conversions fixes in BDCSVD | Gael Guennebaud | 2017-06-09 |
* | bug #1403: fix implicit scalar type conversion. | Gael Guennebaud | 2017-06-09 |
* | Fix unwanted Real to Scalar to Real conversions in column-pivoting QR. | Gael Guennebaud | 2017-04-14 |
* | Deleted extra: EIGEN_DEVICE_FUNC: the QR and Cholesky code isn't ready to run... | Benoit Steiner | 2017-02-28 |
* | Fix and workaround several doxygen issues/warnings | Gael Guennebaud | 2017-01-04 |
* | 1. Add explicit template to abs2 (resolves deduction for some arithmetic types) | Angelos Mantzaflaris | 2016-12-02 |
* | Fix compilation of qr.inverse() for column and full pivoting variants. | Gael Guennebaud | 2016-10-06 |
* | bug #1266: remove CUDA guards on MatrixBase::<decomposition> definitions. (th... | Gael Guennebaud | 2016-09-06 |
* | bug #1167: simplify installation of header files using cmake's install(DIRECT... | Gael Guennebaud | 2016-08-29 |
* | bug #1265: remove outdated notes | Gael Guennebaud | 2016-08-22 |
* | Add brackets to block matrix and fixed some typos | Christoph Hertzberg | 2016-07-27 |
* | 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 |
* | Fix ambiguous specialization with custom scalar type | Gael Guennebaud | 2016-07-20 |
* | 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 |
* | Change the semantic of the last template parameter of Assignment from "Scalar... | Gael Guennebaud | 2016-07-04 |
* | Relax mixing-type constraints for binary coefficient-wise operators: | Gael Guennebaud | 2016-06-06 |
* | Handle some Index to int conversions in BLAS/LAPACK support. | Gael Guennebaud | 2016-05-26 |
* | Prevent crash in CompleteOrthogonalDecomposition if object was default constr... | Rasmus Munk Larsen | 2016-04-21 |
* | Removed executable bit from header files | Benoit Steiner | 2016-03-23 |
* | Rename inverse -> pseudoInverse. | Rasmus Munk Larsen | 2016-02-10 |
* | Enable inverse() method for computing pseudo-inverse. | Rasmus Munk Larsen | 2016-02-09 |
* | Make applyZAdjointOnTheLeftInPlace protected. | Rasmus Munk Larsen | 2016-02-08 |
* | Add missing calls to tests of COD. | Rasmus Munk Larsen | 2016-02-08 |
* | Nevermind. | Rasmus Munk Larsen | 2016-02-06 |
* | Add my name to copyright notice in ColPivHouseholder.h, mostly for previous w... | Rasmus Munk Larsen | 2016-02-06 |
* | Implement complete orthogonal decomposition in Eigen. | Rasmus Munk Larsen | 2016-02-06 |
* | Fix bad line break. Don't repeat Kahan matrix test since it is deterministic. | Rasmus Munk Larsen | 2016-02-03 |
* | Make the array of directly compute column norms a member to avoid allocation ... | Rasmus Munk Larsen | 2016-02-03 |
* | Change Eigen's ColPivHouseholderQR to use the numerically stable norm downdat... | Rasmus Munk Larsen | 2016-01-28 |
* | Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ... | Gael Guennebaud | 2016-01-01 |
* | Fix MKL compilation issue | Gael Guennebaud | 2015-12-11 |
* | Fix compilation of MKL support. | Gael Guennebaud | 2015-12-11 |
* | Generalize matrix ctor and compute() method of dense decomposition to 1) limi... | Gael Guennebaud | 2015-09-07 |
* | 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 |
* | Merged in chtz/eigen-indexconversion (pull request PR-92) | Gael Guennebaud | 2015-02-16 |
|\ |
|
| * | Remove deprecated usage of expr::Index. | Gael Guennebaud | 2015-02-16 |
* | | bug #952: Missing \endcode made doxygen fail to build ColPivHouseholderQR | Christoph Hertzberg | 2015-02-15 |
| * | Index refactoring: StorageIndex must be used for storage only (and locally wh... | Gael Guennebaud | 2015-02-13 |
| * | Merge Index-refactoring branch with default, fix PastixSupport, remove some u... | Gael Guennebaud | 2015-02-13 |
| |\
| |/
|/| |
|
* | | bug #941: fix accuracy issue in ColPivHouseholderQR, do not stop decompositio... | Gael Guennebaud | 2015-01-30 |
| * | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t... | Christoph Hertzberg | 2014-12-04 |
|/ |
|