aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Cholesky
Commit message (Expand)AuthorAge
* bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...Gravatar Gael Guennebaud2014-07-17
* 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
* Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* doc: Add references to Cholesky methods in SelfAdjointView.Gravatar Jitse Niesen2014-04-07
* 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
* fix a warning and formattingGravatar Gael Guennebaud2012-06-15
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix compilation of "somedensematrix.llt().matrixL().transpose()" (missing con...Gravatar Gael Guennebaud2012-04-10
* fix compilation with ICCGravatar Gael Guennebaud2012-03-30
* fix MKL interface with LLT::rankUpdateGravatar Gael Guennebaud2012-02-28
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* std::isfinite is non standardGravatar Gael Guennebaud2012-01-23
* LLT: improve rankUpdate to support downdates,Gravatar Gael Guennebaud2012-01-23
* remove redundant declaration (fix compilation with clang 3.0)Gravatar Gael Guennebaud2011-12-11
* bug #352:properly cast constantsGravatar Igor Krivenko2011-12-09
* fix compilation with EIGEN_NO_DEBUGGravatar Gael Guennebaud2011-12-09
* feature 319: fix LDLT::rankUpdate for complex/upper, simply the algortihm, up...Gravatar Gael Guennebaud2011-12-09
* feature 319: Add update and downdate functionality to LDLTGravatar Tim Holy2011-12-09
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* Add simple example on how to compute Cholesky decomposition.Gravatar Jitse Niesen2011-11-07
* Fix LDLT::solve() if matrix singular but solution exists (bug #241).Gravatar Jitse Niesen2011-09-11
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* fix LLT rank one update for "upper" hermitian matricesGravatar Gael Guennebaud2011-07-19
* Fix compilation of cholesky rank update test.Gravatar Jitse Niesen2011-06-24
* New feature: add rank one update in Cholesky decompositionGravatar Gael Guennebaud2011-06-20
* make eigen2 cholesky test passGravatar Benoit Jacob2011-01-28
* return the index of the first non positive diagonal entry (more useful than s...Gravatar Gael Guennebaud2011-01-17
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* simplificationGravatar Gael Guennebaud2010-12-09
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* mark LLT/LDLT solveInPlace func internal and rm their boolean returned valueGravatar Gael Guennebaud2010-10-05
* email changeGravatar Gael Guennebaud2010-06-24
* Correct the options computation for RowMajor matrices.Gravatar Hauke Heibel2010-06-22