aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/prec_inverse_4x4.cpp
Commit message (Expand)AuthorAge
* Ensure all generated matrices for inverse_4x4 testes are invertible, this fix...Gravatar Guoqiang QI2021-05-13
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Fix 4x4 inverse with non-linear destinationGravatar Gael Guennebaud2016-08-30
* 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
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* slightly raise the threshold used in this test to accomodate results obtained...Gravatar Benoit Jacob2010-06-30
* Backed out changeset 641d968a9a7ed57a3b8a3f45dea43c5ee6717f97Gravatar Benoit Jacob2010-06-01
* * Make ReturnByValue have the EvalBeforeAssigningBit and explicitlyGravatar Benoit Jacob2010-05-30
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* remove MinorGravatar Benoit Jacob2010-04-22
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* *use scalar instructions, packet not needed hereGravatar Benoit Jacob2009-12-14
* add SSE path for Matrix4f inverse, taken from Intel except that we do a kosherGravatar Benoit Jacob2009-12-14
* * 4x4 inverse: revert to cofactors methodGravatar Benoit Jacob2009-12-09
* forward port slight changes in the 4x4 inverse testGravatar Benoit Jacob2009-11-25
* improve precision testGravatar Benoit Jacob2009-11-23
* 4x4 inverse:Gravatar Benoit Jacob2009-11-23