aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Cholesky
Commit message (Expand)AuthorAge
* Cleaning pass on rcond estimator.Gravatar Gael Guennebaud2016-04-14
* Merged eigen/eigen into defaultGravatar Rasmus Larsen2016-04-08
|\
| * Properly handle complex numbers.Gravatar Benoit Steiner2016-04-07
* | Remove transpose() method from LLT and LDLT classes as it would imply conjuga...Gravatar Rasmus Munk Larsen2016-04-07
* | Use lpNorm<1>() to compute l1 norms in LLT and LDLT.Gravatar Rasmus Munk Larsen2016-04-07
| * Static casting scalar types so as to let chlesky module of eigen work with ceresGravatar parthaEth2016-04-08
* | Addresses comments on Eigen pull request PR-174.Gravatar Rasmus Munk Larsen2016-04-04
* | Add rcond method to LDLT.Gravatar Rasmus Munk Larsen2016-04-01
* | Add condition estimation to Cholesky (LLT) factorization.Gravatar Rasmus Munk Larsen2016-04-01
|/
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Improve numerical accuracy in LLT and triangular solve by using true scalar d...Gravatar Gael Guennebaud2015-10-18
* Generalize matrix ctor and compute() method of dense decomposition to 1) limi...Gravatar Gael Guennebaud2015-09-07
* bug #1057: fix a declaration missmatch with MSVCGravatar Gael Guennebaud2015-09-02
* typoGravatar Gael Guennebaud2015-06-15
* bug #705: fix handling of Lapack potrf return codeGravatar Gael Guennebaud2015-06-05
* minor documentation fixesGravatar Gael Guennebaud2015-06-05
* bug #949: add static assertion for incompatible scalar types in dense end-use...Gravatar Gael Guennebaud2015-03-13
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* Fix bug #894: the sign of LDLT was not re-initialized at each call of compute()Gravatar Gael Guennebaud2014-10-20
* 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
* 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-10
|\|
| * Fix LDLT with semi-definite complex matrices: owing to round-off errors, the ...Gravatar Gael Guennebaud2014-07-08
| * Fix unused typedef warningGravatar Christoph Hertzberg2014-07-04
| * LDLT is not rank-revealing, so we should not attempt to use the biggest diago...Gravatar Gael Guennebaud2014-07-02
* | 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
|\|
| * doc: Add references to Cholesky methods in SelfAdjointView.Gravatar Jitse Niesen2014-04-07
* | merge default and evaluator branchesGravatar Gael Guennebaud2014-03-12
|\|
* | Port Cholesky module to evaluatorsGravatar Gael Guennebaud2014-03-11
| * Remove early termination in LDLT: the zero on the diagonal of the input matri...Gravatar Gael Guennebaud2014-02-26
|/
* Fix bug #736: LDLT isPositive returns false for a positive semidefinite matrixGravatar Jitse Niesen2014-02-06
* Disable some shortcuts with nvccGravatar Gael Guennebaud2013-07-31
* merge with main branchGravatar Gael Guennebaud2013-07-17
|\
| * Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
| * Fix bug #608: the sign computation in LDLT was brokenGravatar Gael Guennebaud2013-06-09
* | merge with default branchGravatar Gael Guennebaud2013-04-19
|\|
| * Fix a couple of int versus Index issues.Gravatar Gael Guennebaud2013-04-09
* | Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min...Gravatar Gael Guennebaud2013-04-05
| * bug #482: pass scalar arguments by const references. Still remains a few case...Gravatar Gael Guennebaud2013-02-25
|/
* Fix bug #535: unused variable warningsGravatar Gael Guennebaud2012-12-16
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* LDLT: Report sign consistent with D for indefinite matrices.Gravatar Jitse Niesen2012-07-22
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Fix bug #480: workaround the Android NDK defining isfinite as a macroGravatar Gael Guennebaud2012-07-05