aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.h
Commit message (Expand)AuthorAge
* 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
* * update test to expose bug #57Gravatar Benoit Jacob2009-09-28
* disable warning 279: controlling expression is constant for ICCGravatar Gael Guennebaud2009-09-15
* fix issue #49Gravatar Hauke Heibel2009-09-01
* add VERIFY_IS_UNITARYGravatar Benoit Jacob2009-08-31
* let createRandomMatrixOfRank support fixed-size!Gravatar Benoit Jacob2009-08-23
* adapt to API changesGravatar Benoit Jacob2009-08-20
* fix compilation of unit testsGravatar Gael Guennebaud2009-08-15
* add a SparseNestByValue expression and fix issue in sparse adjoint evaluationGravatar Gael Guennebaud2009-07-13
* * rename QR to HouseholderQR because really that impacts the API, not just th...Gravatar Benoit Jacob2009-07-06
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* Fix compilation error in createRandomMatrixOfRank()Gravatar Jitse Niesen2009-05-17
* * introduced method createRandomMatrixOfRank (R = U*D*V where U,V unitary, D ...Gravatar Hauke Heibel2009-05-17
* Add full pivoting to LDLT decomposition.Gravatar Keir Mierle2009-02-03
* fix my previous commit with EIGEN_EMPTY macro bugGravatar Gael Guennebaud2009-01-27
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* improved MSVC support in cmake files (SSE)Gravatar Gael Guennebaud2008-12-18
* more MSVC cmake fixesGravatar Gael Guennebaud2008-12-17
* some cmake fixes for windows and GSLGravatar Gael Guennebaud2008-12-17
* * throw bad_alloc if exceptions are enabled, after patch by Kenneth RiddileGravatar Benoit Jacob2008-12-16
* * complete the change norm2->squaredNorm in PartialReduxGravatar Benoit Jacob2008-12-07
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* Add isApprox in Geometry module's classes.Gravatar Gael Guennebaud2008-10-25
* * fix issues with "long double" type (useful to enforce the use of x87 regist...Gravatar Gael Guennebaud2008-09-14
* * Extend a bit ParametrizedLine and move it to a separate file,Gravatar Gael Guennebaud2008-09-03
* if EIGEN_NICE_RANDOM is defined, the random functions will return numbers withGravatar Benoit Jacob2008-09-01
* * Add Hyperplane::transform(Matrix/Transform)Gravatar Gael Guennebaud2008-08-31
* * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...Gravatar Gael Guennebaud2008-08-22
* * add Regression module, from eigen1, improved, with doc and unit-test.Gravatar Benoit Jacob2008-08-11