aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/inverse.cpp
Commit message (Expand)AuthorAge
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* update inverse unit test to highlight another bug in SSE 4x4 inversion codeGravatar Gael Guennebaud2010-08-24
* fix inversion of 4x4 unaligned matricesGravatar Gael Guennebaud2010-08-24
* email changeGravatar Gael Guennebaud2010-06-24
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* For 1x1 matrices we really need to check the abs diff of the determinants.Gravatar Hauke Heibel2010-06-11
* Adapted the determinant test for rank 1 matrices with zero determinant.Gravatar Hauke Heibel2010-06-10
* improve aliasing detection for inverse and add unit testGravatar Gael Guennebaud2010-06-02
* Further LU test improvements. I'm not aware of any test failures anymore, not...Gravatar Benoit Jacob2010-02-23
* * FullPivLU: replace "remaining==0" termination condition (from Golub) by a f...Gravatar Benoit Jacob2010-02-23
* fix nesting in Arraywrapper and nesting_opsGravatar Gael Guennebaud2010-02-09
* * 4x4 inverse: revert to cofactors methodGravatar Benoit Jacob2009-12-09
* 4x4 inverse:Gravatar Benoit Jacob2009-11-23
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* * make inverse() do a ReturnByValueGravatar Benoit Jacob2009-10-26
* big rewrite in Inverse.hGravatar Benoit Jacob2009-10-26
* * make PartialLU avoid to generate inf/nan when given a singular matrixGravatar Benoit Jacob2009-10-20
* implement two levels of blocking in PartialLU => high speedupGravatar Gael Guennebaud2009-08-04
* implements a blocked version of PartialLUGravatar Gael Guennebaud2009-08-03
* bug fix in inverse for 1x1 matrix,Gravatar Gael Guennebaud2009-07-27
* another test in the non invertible caseGravatar Manuel Yguel2009-07-04
* * polish computeInverseWithCheck to share more code, fix documentation, fix c...Gravatar Benoit Jacob2009-06-29
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* add a 4x4 inverse case which is not handled by the currentGravatar Gael Guennebaud2009-04-09
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* if EIGEN_NICE_RANDOM is defined, the random functions will return numbers withGravatar Benoit Jacob2008-09-01
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...Gravatar Gael Guennebaud2008-08-23
* * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...Gravatar Gael Guennebaud2008-08-22
* update the inverse test a littleGravatar Benoit Jacob2008-07-26
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* * big rework of Inverse.h:Gravatar Benoit Jacob2008-07-15
* added a unit test for InverseGravatar Gael Guennebaud2008-05-31