aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/LU
Commit message (Expand)AuthorAge
...
* Add matrix condition estimator module that implements the Higham/Hager algori...Gravatar Rasmus Munk Larsen2016-04-01
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Add LU::transpose().solve() and LU::adjoint().solve() API.Gravatar Gael Guennebaud2015-12-01
* Add internal method _solve_impl_transposed() to LU decomposition classes that...Gravatar Rasmus Munk Larsen2015-11-30
* Make FullPivLU::solve use rank() instead of nonzeroPivots().Gravatar Gael Guennebaud2015-11-21
* Generalize matrix ctor and compute() method of dense decomposition to 1) limi...Gravatar Gael Guennebaud2015-09-07
* Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...Gravatar Gael Guennebaud2015-09-02
* Fix FullPivLU::image documentationGravatar Gael Guennebaud2015-09-02
* First part of a big refactoring of alignment control to enable the handling o...Gravatar Gael Guennebaud2015-08-06
* bug #949: add static assertion for incompatible scalar types in dense end-use...Gravatar Gael Guennebaud2015-03-13
* New scoring functor to select the pivot.Gravatar Marc Glisse2015-03-03
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Fix numerous nested versus nested_eval shortcomingsGravatar Gael Guennebaud2014-08-01
* Fix 4x4 inverse via SSE for submatricesGravatar Gael Guennebaud2014-07-31
* merge with default branchGravatar Gael Guennebaud2014-07-18
|\
| * bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...Gravatar Gael Guennebaud2014-07-17
* | merge with default branchGravatar Gael Guennebaud2014-07-02
|\|
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* | merge with default branchGravatar Gael Guennebaud2014-06-20
|\|
| * Fix doc'n of FullPivLU re permutation matrices (bug #815).Gravatar Jitse Niesen2014-05-31
* | Migrate JacobiSVD to SolverGravatar Gael Guennebaud2014-03-11
* | Fix CoeffReadCost issuesGravatar Gael Guennebaud2014-03-11
* | Split LU/Inverse.h to Core/Inverse.h for the generic Inverse expression, and ...Gravatar Gael Guennebaud2014-02-24
* | Hide some deprecated classes.Gravatar Gael Guennebaud2014-02-24
* | Generalize evaluator<Inverse<>> such that there is no need to specialize itGravatar Gael Guennebaud2014-02-21
* | Port LU module to evaluators (except image() and kernel())Gravatar Gael Guennebaud2014-02-20
* | Add general Inverse<> expression with evaluatorGravatar Gael Guennebaud2014-02-20
|/
* merge with main branchGravatar Gael Guennebaud2013-07-17
|\
| * Fix documentation typoGravatar Rhys Ulerich2013-06-17
* | merge with default branchGravatar Gael Guennebaud2013-04-19
|\|
| * Fix a couple of int versus Index issues.Gravatar Gael Guennebaud2013-04-09
| * Add assertion on the input matrix size in factorizations relying on permutati...Gravatar Gael Guennebaud2013-02-26
* | Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
| * Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
|/
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Manual MPL2 relicensing fixesGravatar Benoit Jacob2012-07-13
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix more warnings in MKL supportGravatar Gael Guennebaud2012-04-18
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* add missing return *thisGravatar Gael Guennebaud2012-01-31
* Fix out-of-range int constant in 4x4 inverse.Gravatar Keir Mierle2012-01-05
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* stop fill pivoting LU only if the pivot is exactly 0Gravatar Gael Guennebaud2011-11-22
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* remove the use of non standard long longGravatar Gael Guennebaud2011-06-14