aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/inverse.cpp
Commit message (Expand)AuthorAge
* Fix inverse nullptr/asan errors for LU.Gravatar Antonio Sanchez2021-07-01
* bug #1669: fix PartialPivLU/inverse with zero-sized matrices.Gravatar Gael Guennebaud2019-01-29
* Remove usage of #if EIGEN_TEST_PART_XX in unit tests that does not require th...Gravatar Gael Guennebaud2018-07-17
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Remove local Index typedef from unit-testsGravatar Gael Guennebaud2018-07-12
* bug #1509: fix computeInverseWithCheck for complexesGravatar Gael Guennebaud2018-04-04
* Fix shadow warnings triggered by clangGravatar Gael Guennebaud2015-06-09
* Workaround dead store warnings in unit tests.Gravatar Gael Guennebaud2015-02-18
* Fix inverse unit test making sure we try to invert an invertible matrixGravatar Gael Guennebaud2014-09-14
* Fix 4x4 inverse via SSE for submatricesGravatar Gael Guennebaud2014-07-31
* Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused var...Gravatar Gael Guennebaud2013-06-25
* Workaround a bunch of stupid warnings in unit testsGravatar Gael Guennebaud2013-06-23
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix more variable-set-but-not-used warnings on gcc 4.6Gravatar Benoit Jacob2011-10-31
* 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