aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Cholesky/LLT.h
Commit message (Expand)AuthorAge
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Fix a couple of int versus Index issues.Gravatar Gael Guennebaud2013-04-09
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* 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
* 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
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* Add simple example on how to compute Cholesky decomposition.Gravatar Jitse Niesen2011-11-07
* 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
* 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
* add a info() function in LLT to report on succes/faillureGravatar Gael Guennebaud2010-06-12
* fix LDLT, now it really only uses a given triangular part!Gravatar Gael Guennebaud2010-06-09
* LDLT: make it honors the Lower/Upper directive and make it works inplaceGravatar Gael Guennebaud2010-06-03
* the Index types change.Gravatar Benoit Jacob2010-05-30
* - Added problem size constructor to decompositions that did not have one. It ...Gravatar Adolfo Rodriguez Tsouroukdissian2010-04-21
* * merge with mainlineGravatar Benoit Jacob2010-04-16
|\
| * fix misc warnings, more importantly when NDEBUG is defined, assert() is aGravatar Thomas Capricelli2010-03-27
* | fix the flags and matrix options, to always have the right RowMajor bit in th...Gravatar Benoit Jacob2010-03-19
|/
* Propagate all five matrix template parameters to members and temporaries of d...Gravatar Adolfo Rodriguez Tsouroukdissian2010-03-08
* add reconstructedMatrix() to LLT, and LUsGravatar Gael Guennebaud2010-02-24
* * fix LDLT's default ctor useGravatar Gael Guennebaud2010-02-24
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* Big renaming:Gravatar Benoit Jacob2010-01-04
* Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14
* Correct type of ei_solve_retval<LLT,...>::operator=Gravatar Jitse Niesen2009-12-12
* Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
* Removed NestByValue dependency from Cholesky, Eigenvalues, LU and QR.Gravatar Hauke Heibel2009-12-01
* last round of changes, mainly to return derived types instead of base types, ...Gravatar Benoit Jacob2009-11-09
* simplifications in the ei_solve_impl system, factor out some boilerplate codeGravatar Benoit Jacob2009-11-08
* move cholesky to ei_xxx_return_valueGravatar Benoit Jacob2009-11-03
* *port the Cholesky module to the new solve() APIGravatar Benoit Jacob2009-10-29
* Adaptions from .lazy() towards .noalias().Gravatar Hauke Heibel2009-08-31
* in all decs, make the compute() methods return *thisGravatar Benoit Jacob2009-08-15
* bugfix in trsmGravatar Gael Guennebaud2009-08-02
* add blocked LLT, and bugfix in trsm assertsGravatar Gael Guennebaud2009-08-01