aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/CMakeLists.txt
Commit message (Expand)AuthorAge
...
* Big 564: add hasNaN and isFinite membersGravatar Gael Guennebaud2013-04-16
* Add Official/Unsupported labels to unit tests and add a ctest driver to submi...Gravatar Gael Guennebaud2013-03-20
* Add a unit test for Ref.h and fix an extra copy.Gravatar Gael Guennebaud2013-02-26
* Unit test for the Metis Ordering packageGravatar Desire NUENTSA2013-01-21
* Add a sparse QR factorization and update the elimination tree in SparseLUGravatar Desire NUENTSA2013-01-11
* Move work in progress Levenberg Marquardt module in unsupportedGravatar Gael Guennebaud2012-12-08
* Add tests for dense and sparse levenberg-MarquardtGravatar Desire NUENTSA2012-12-07
* Add support for Sparse QR factorizationGravatar Desire NUENTSA2012-11-12
* merge Sparse LU branchGravatar Desire NUENTSA2012-09-07
|\
| * Add unit testsGravatar Desire NUENTSA2012-08-03
* | Add a preliminary GeneralizedEigenSolver computing the eigenvalues of Av=lBv ...Gravatar Gael Guennebaud2012-07-26
* | Add a RealQZ class: a generalized Schur decomposition for real matricesGravatar Alexey Korepanov2012-07-11
* | resurrect expression evaluatorsGravatar Gael Guennebaud2012-06-22
* | clean the support for testing existing sparse problemsGravatar Gael Guennebaud2012-06-07
|/
* Correct a small bug in sparse_solverGravatar Desire NUENTSA2012-03-29
* modify the unit tests of sparse linear solvers to enable tests on real matri...Gravatar Desire NUENTSA2012-03-29
* Adding an interface to PaStiX, the multithreaded and distributed linear solverGravatar Desire NUENTSA2012-03-08
* Remove evaluators for 2.1 release.Gravatar Jitse Niesen2011-12-14
* add cholmod_support unit testsGravatar Gael Guennebaud2011-12-10
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* remove GSL dependency in the unit testsGravatar Gael Guennebaud2011-12-01
* Bugs 157 and 377 - General tightening/testing of vectorwise ops:Gravatar Benoit Jacob2011-11-18
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12
* bug #363 - add test for integer overflow in size computationsGravatar Benoit Jacob2011-10-16
* add a unit test for permutation applied to sparse objectsGravatar Gael Guennebaud2011-10-11
* bug #225: add a unit test for memory leakGravatar Gael Guennebaud2011-05-23
* automatically generate the CALL_SUBTEST_* macrosGravatar Gael Guennebaud2011-03-28
* import evaluator worksGravatar Gael Guennebaud2011-03-23
* add test for EIGEN_DONT_ALIGN and EIGEN_DONT_ALIGN_STATICALLY, cf recent bugs...Gravatar Benoit Jacob2011-03-10
* make check no test everything - also rm the EigenTesting cmake sub-projectGravatar Gael Guennebaud2011-02-17
* add Map static methods taking Strides, add test checking for compilation errorsGravatar Benoit Jacob2011-02-03
* relax Matrix/Array(Index) ctors to allow size 0, add test.Gravatar Benoit Jacob2011-02-01
* 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