aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.h
Commit message (Expand)AuthorAge
* Fixed compiler warning.Gravatar Hauke Heibel2013-02-28
* Output random generator seed in case of failure so that we have it in CDash.Gravatar Gael Guennebaud2013-02-25
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* workaround ICC compilation error with -strict-ansiGravatar Gael Guennebaud2012-01-25
* fix min/max clash with clang's header by including fstream beforehandGravatar Gael Guennebaud2011-12-08
* bug #383 - another c++11-user-defined-literal fixGravatar Marc Glisse2011-11-27
* bug #365 - Add test for non-usage of B0Gravatar Benoit Jacob2011-10-31
* add a unit test for permutation applied to sparse objectsGravatar Gael Guennebaud2011-10-11
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* automatically generate the CALL_SUBTEST_* macrosGravatar Gael Guennebaud2011-03-28
* bounds the range of random integers for AltiVecGravatar Gael Guennebaud2011-02-24
* mergeGravatar Gael Guennebaud2011-02-18
|\
* | remove largeEps in adjoint unit test and use a more accurate test_isApproxWit...Gravatar Gael Guennebaud2011-02-18
| * fix bug #187: stable norm test was quite brokenGravatar Benoit Jacob2011-02-18
|/
* undo debugging changeGravatar Benoit Jacob2011-02-16
* Fix bug #89: on GCC <= 4.3, use a custom assert implementation to work around...Gravatar Benoit Jacob2011-02-16
* Improved the array unit test - internal::isApprox needs to use the same preci...Gravatar Hauke Heibel2010-12-16
* Compilation fix in case EIGEN_DEBUG_ASSERTS is defined.Gravatar Jitse Niesen2010-11-26
* implement VERIFY in a function so it doesn't get compiled thousands of times.Gravatar Benoit Jacob2010-10-29
* on test failure, abort instead of exit, so we can get a stack traceGravatar Benoit Jacob2010-10-29
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Matrix product refactoring (rhs products only).Gravatar Hauke Heibel2010-08-19
* Fixed Geometry module failures.Gravatar Hauke Heibel2010-08-17
* sync with default branchGravatar Gael Guennebaud2010-07-22
|\
* | report a true assert when not checking for an assertionGravatar Gael Guennebaud2010-07-20
| * use dummy_precision by default instead of 0Gravatar Gael Guennebaud2010-07-14
|/
* email changeGravatar Gael Guennebaud2010-06-24
* Still fixing warnings.Gravatar Hauke Heibel2010-06-20
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* Eigen types must always be passed by reference in order to retain memory alig...Gravatar Hauke Heibel2010-06-08
* tests:Gravatar Benoit Jacob2010-05-30
* display actual/expected warning if ei_isApprox() failsGravatar Thomas Capricelli2010-05-21
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* shut up stupid gcc 4.5.0 warningGravatar Benoit Jacob2010-04-18
* mergeGravatar Mark Borgerding2010-03-07
|\
| * Use a specialization of test_is_equal() instead of defining COMPARE()Gravatar Thomas Capricelli2010-02-27
| * * define COMPARE(,), which prints expected/actual results in case of failureGravatar Thomas Capricelli2010-02-27
| * * add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithme...Gravatar Benoit Jacob2010-02-26
| * 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
|/
* Remove some Array #includes.Gravatar Jitse Niesen2010-01-21
* * 4x4 inverse: revert to cofactors methodGravatar Benoit Jacob2009-12-09
* * Remove test_ prefix in testsGravatar Benoit Jacob2009-12-02
* * HouseholderSequence:Gravatar Benoit Jacob2009-12-02
* added newline at the end of file to quiet gcc warningGravatar Mark Borgerding2009-12-01
* 4x4 inverse:Gravatar Benoit Jacob2009-11-23
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* kill ei_add_test_multi. Now the macro ei_add_test does all that automatically...Gravatar Benoit Jacob2009-10-19