aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Cholesky
Commit message (Expand)AuthorAge
...
* 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
* 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
* Add a Transpositions class to ease the representation andGravatar Gael Guennebaud2010-06-04
* LDLT: make it honors the Lower/Upper directive and make it works inplaceGravatar Gael Guennebaud2010-06-03
* make LDLT uses only the lower triangular partGravatar 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
* actually, this is not even meant to be a termination criterion. so the proper...Gravatar Benoit Jacob2010-02-23
* LDLT:Gravatar Benoit Jacob2010-02-23
* 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