aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Cholesky
Commit message (Expand)AuthorAge
* compilation fix in ldlt() for non matrix typesGravatar Gael Guennebaud2010-02-21
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * Big renaming:Gravatar Benoit Jacob2010-01-04
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|
| * 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
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
|/
* 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
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* * Introduce make targets btest (build tests), blas (build blas lib), demos (b...Gravatar Benoit Jacob2009-09-27
* Adaptions from .lazy() towards .noalias().Gravatar Hauke Heibel2009-08-31
* in all decs, make the compute() methods return *thisGravatar Benoit Jacob2009-08-15
* machine_epsilon -> epsilon as wrapper around numeric_traitsGravatar Benoit Jacob2009-08-14
* fix a couple of compilations issuesGravatar Gael Guennebaud2009-08-06
* bugfix in trsmGravatar Gael Guennebaud2009-08-02
* add blocked LLT, and bugfix in trsm assertsGravatar Gael Guennebaud2009-08-01
* synch with main branchGravatar Gael Guennebaud2009-07-28
|\
| * minor compilation fixes for Sun CC and ICCGravatar Gael Guennebaud2009-07-20
* | * change the nesting order of adjoint_return_type toGravatar Gael Guennebaud2009-07-07
* | * take advantage of new possibilies in LLT (mat -= product)Gravatar Gael Guennebaud2009-07-07
* | add a generic mechanism to copy a special matrix to a dense matrix so thatGravatar Gael Guennebaud2009-07-07
* | * bybye Part, welcome TriangularView and SelfAdjointView.Gravatar Gael Guennebaud2009-07-06
|/
* fix #14: make llt::solve() and also ldlt::solve() work with uninitialized resultGravatar Benoit Jacob2009-06-19
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | Oops, here the actual LLT and LDLT patch.Gravatar Hauke Heibel2009-05-22
|/
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* More Cholesky fixes.Gravatar Benoit Jacob2009-04-01
* add adjointInPlace() and add documentation warnings on adjoint() and transpos...Gravatar Benoit Jacob2009-03-31
* Many improvements in LLT and LDLT:Gravatar Benoit Jacob2009-03-30
* * allows fixed size matrix with size==0 (via a specialization ofGravatar Gael Guennebaud2009-03-23
* Add COMPONENT DevelGravatar Laurent Montel2009-02-23
* s/cholesky/llt in precompiled lib and BTLGravatar Gael Guennebaud2009-02-06
* bugfix in LDLt for size==1Gravatar Gael Guennebaud2009-02-04
* Add full pivoting to LDLT decomposition.Gravatar Keir Mierle2009-02-03
* LLT: makes the non positive definite test less strict, but we still needGravatar Gael Guennebaud2009-01-27
* * clarify the situation with experimental partsGravatar Benoit Jacob2009-01-19
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* * more MSVC warning fixes from Kenneth RiddileGravatar Benoit Jacob2008-12-19
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* norm2() renamed to squaredNorm(), kept as deprecated for now.Gravatar Benoit Jacob2008-11-03