aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/CMakeLists.txt
Commit message (Expand)AuthorAge
* add a clean configuration summary for the unit tests (useful to analyze the d...Gravatar Gael Guennebaud2009-01-12
* add the possiblity to disable Fortran (workaround cmake's bugGravatar Gael Guennebaud2009-01-12
* extend stdvector test with more push_back...Gravatar Gael Guennebaud2009-01-11
* Based on code + help from Alex Stapleton:Gravatar Benoit Jacob2009-01-09
* Add cdash.org support:Gravatar Gael Guennebaud2009-01-08
* Add a vectorization_logic unit test for assign and sum.Gravatar Gael Guennebaud2009-01-07
* Sparse module:Gravatar Gael Guennebaud2009-01-07
* didn't meant to commit the fortran check. but anyway, unfortunately it doesn'...Gravatar Armin Berres2009-01-05
* inherit from ei_with_aligned_operator_new even with disabled vectorizationGravatar Armin Berres2009-01-05
* add unit-test checking the assertion on unaligned arrays -- checkingGravatar Benoit Jacob2008-12-31
* * add unit-tests to check allowed and forbiddent mixing of different scalar t...Gravatar Benoit Jacob2008-12-22
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* fix nasty little bug in ei_add_testGravatar Benoit Jacob2008-12-20
* more MSVC cmake fixesGravatar Gael Guennebaud2008-12-17
* some cmake fixes for windows and GSLGravatar Gael Guennebaud2008-12-17
* prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all...Gravatar Gael Guennebaud2008-12-02
* clean FindUmfpack.cmake wrt enable_language(Fortran)Gravatar Gael Guennebaud2008-12-02
* Several improvements in sparse module:Gravatar Gael Guennebaud2008-11-05
* unit-tests: link to external libs only for the tests which require themGravatar Gael Guennebaud2008-10-26
* Add an axis aligned box in the geometry module.Gravatar Gael Guennebaud2008-10-26
* sparse module:Gravatar Gael Guennebaud2008-10-21
* * sparse LU: add extraction of L,U,P, and Q, as well as determinantGravatar Gael Guennebaud2008-10-20
* add unit tests for sparse LU and fix a couple of warningsGravatar Gael Guennebaud2008-10-20
* * add cmake files to find (optional) supported librariesGravatar Gael Guennebaud2008-10-20
* extend sparse unit tests with transpose and matrix productGravatar Gael Guennebaud2008-10-04
* * Extend a bit ParametrizedLine and move it to a separate file,Gravatar Gael Guennebaud2008-09-03
* Solve a big issue with data alignment and dynamic allocation:Gravatar Gael Guennebaud2008-09-03
* * Add an HyperPlane class in the Geometry moduleGravatar Gael Guennebaud2008-08-28
* * split Meta.h to Meta.h (generic meta programming) and XprHelper.h (relates ...Gravatar Gael Guennebaud2008-08-24
* * add documentation of the cool (?) "print with format" featureGravatar Gael Guennebaud2008-08-23
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...Gravatar Gael Guennebaud2008-08-23
* *patch by Daniel Gomez:Gravatar Gael Guennebaud2008-08-21
* * Add the possibility to customize the output of matrices, e.g.:Gravatar Gael Guennebaud2008-08-21
* Add a packetmath unit test, re-enable the comma-initializer unit test,Gravatar Gael Guennebaud2008-08-20
* Fix bugs in Sum.h, add unit-testGravatar Benoit Jacob2008-08-20
* Added a SVD module:Gravatar Gael Guennebaud2008-08-19
* Various compilation fixes for MSVC 9. All tests compile but someGravatar Gael Guennebaud2008-08-19
* * add Regression module, from eigen1, improved, with doc and unit-test.Gravatar Benoit Jacob2008-08-11
* * add LU unit-test. Seems like we have very good numerical stability!Gravatar Benoit Jacob2008-08-09
* *implement LU solver (solves any rectangular system)Gravatar Benoit Jacob2008-08-09
* * LU decomposition, supporting all rectangular matrices, with fullGravatar Benoit Jacob2008-08-04
* Optimizations:Gravatar Gael Guennebaud2008-08-01
* * implement slice vectorization. Because it uses unalignedGravatar Benoit Jacob2008-06-22
* * added a pseudo expression Array giving access to:Gravatar Gael Guennebaud2008-06-20
* Started a Transform class in the Geometry module to representGravatar Gael Guennebaud2008-06-15
* Add QR and Cholesky module instantiations in the lib.Gravatar Gael Guennebaud2008-06-14
* add a geometry unit test and fix a couple of typo in Quaternion.hGravatar Gael Guennebaud2008-06-03
* added unit tests for sizeof and dynamic memory allocationGravatar Gael Guennebaud2008-06-02
* added a unit test for InverseGravatar Gael Guennebaud2008-05-31
* added an *optional* Eigen2 dynamic library.Gravatar Gael Guennebaud2008-05-31