aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/CMakeLists.txt
Commit message (Expand)AuthorAge
* import eigen2 test suite. enable by defining EIGEN_TEST_EIGEN2Gravatar Benoit Jacob2011-01-19
* fix EIGEN_TEST_NOQT (reported by Philippe Hamelin)Gravatar Thomas Capricelli2011-01-14
* generalize our internal rank K update routine to support more general A*B pro...Gravatar Gael Guennebaud2010-11-10
* fix bug #92 - we were doing stupid things when passing the list of libraries ...Gravatar Benoit Jacob2010-10-28
* Added stddeque unit test dervied from the stdlist test.Gravatar Hauke Heibel2010-10-16
* remove SVD class (was bad code taked from elsewhere)Gravatar Benoit Jacob2010-10-12
* add Jacobi unit test. jacobi_5 fails, exposing bug #39.Gravatar Benoit Jacob2010-10-12
* Removed debug outputs.Gravatar Hauke Heibel2010-07-28
* Fixed annoying CMake - Qt warning.Gravatar Hauke Heibel2010-07-03
* split the Sparse module into multiple ones, and move non stable parts to unsu...Gravatar Gael Guennebaud2010-06-18
* fix selfadjoint to denseGravatar Gael Guennebaud2010-05-19
* make the cmake options EIGEN_DEFAULT_TO_ROW_MAJOR and disabling EIGEN_SPLIT_L...Gravatar Benoit Jacob2010-05-18
* kill the LeastSquares module.Gravatar Benoit Jacob2010-04-29
* dont try passing --version to qccGravatar Benoit Jacob2010-04-29
* 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
* Added support for STL lists with aligned Eigen types.Gravatar Hauke Heibel2010-04-18
* Add tests for real and complex Schur; extend test for Hessenberg.Gravatar Jitse Niesen2010-04-02
* Fix Map-with-Stride and cover it by new unit tests.Gravatar Benoit Jacob2010-02-26
* * add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithme...Gravatar Benoit Jacob2010-02-26
* Added debug only unit test for nesting ops - just run ./check nesting.Gravatar Hauke Heibel2010-02-09
* Added EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION macro including unit tests and d...Gravatar Hauke Heibel2010-01-27
* add EIGEN_DEFAULT_TO_ROW_MAJOR cmake option for the tests.Gravatar Benoit Jacob2010-01-27
* Add small test for Matrix::setIdentity()Gravatar Jitse Niesen2010-01-20
* add unit tests for true array objectsGravatar Gael Guennebaud2010-01-18
* New UpperBidiagonalization classGravatar Benoit Jacob2010-01-14
* Backed out changeset 58fb27cd566f4057cee914be4cfe4f87abe8dc04Gravatar Benoit Jacob2010-01-07
* undoGravatar Benoit Jacob2010-01-07
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple ofGravatar Benoit Jacob2010-01-02
| * fix #75, and add a basic unit test for HessenbergGravatar Gael Guennebaud2009-12-23
| * fix #69 and extend unit tests or triangular solversGravatar Gael Guennebaud2009-12-23
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|
* | add an eigen2support test and a few fixesGravatar Gael Guennebaud2009-12-16
| * improve the scripts for building unit tests:Gravatar Benoit Jacob2009-11-25
| * 4x4 inverse:Gravatar Benoit Jacob2009-11-23
* | Hey, finally the copyCoeff stuff is not only used to implement swap anymore :)Gravatar Gael Guennebaud2009-11-20
|/
* * add PermutationMatrixGravatar Benoit Jacob2009-11-15
* introduce check target, and some renamingGravatar Benoit Jacob2009-11-12
* * add non-default option to initialize matrices by 0Gravatar Benoit Jacob2009-11-12
* * add ./debug and ./release scriptsGravatar Benoit Jacob2009-11-12
* add mctestr script. In your build directory, just do:Gravatar Benoit Jacob2009-11-12
* * add maketests script. It is like make but takes a regexp allowing to build ...Gravatar Benoit Jacob2009-11-11
* * use standard CMAKE_BUILD_TYPEGravatar Benoit Jacob2009-11-11
* kill ei_add_test_multi. Now the macro ei_add_test does all that automatically...Gravatar Benoit Jacob2009-10-19
* Add new default option EIGEN_SPLIT_LARGE_TESTS and cmake macro ei_add_test_mu...Gravatar Benoit Jacob2009-10-19
* finally, the right fix: set CTEST_BUILD_TARGET.Gravatar Benoit Jacob2009-10-04
* add debug targets like debug_qr to build a specific test with debug infoGravatar Benoit Jacob2009-10-03
* Added cmake project definitions.Gravatar Hauke Heibel2009-10-02
* * Introduce make targets btest (build tests), blas (build blas lib), demos (b...Gravatar Benoit Jacob2009-09-27