aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/CMakeLists.txt
Commit message (Expand)AuthorAge
* Added Umeyama implementation.Gravatar Hauke Heibel2009-05-26
* split and extend eigen-solver testsGravatar Gael Guennebaud2009-03-23
* big addons:Gravatar Gael Guennebaud2009-03-05
* add a proof of concept autodiff jacobian helper class based on adolcGravatar Gael Guennebaud2009-02-27
* * split CacheFriendlyProduct into multiple smaller filesGravatar Gael Guennebaud2009-02-21
* * fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum)Gravatar Gael Guennebaud2009-02-17
* * exit Sum.h, exit Prod.h, welcome vectorization of redux() !Gravatar Gael Guennebaud2009-02-12
* * add ei_predux_mul internal functionGravatar Gael Guennebaud2009-02-10
* - add diagonal * sparse product as an expressionGravatar Gael Guennebaud2009-02-09
* force the use of debug version of QtCore unless it is not availableGravatar Gael Guennebaud2009-02-06
* eventually MSVC does not like my /O2 flags (incompatibility with other option...Gravatar Gael Guennebaud2009-02-06
* apply Ricard patch for Reverse with minor modificationsGravatar Gael Guennebaud2009-02-06
* add optimization flag for MSVC and heavy testsGravatar Gael Guennebaud2009-02-05
* remove explicit fortran dependency in FindCholmodGravatar Gael Guennebaud2009-02-05
* add custom FindBLAS FindLAPACK working for c++ compilerGravatar Gael Guennebaud2009-02-05
* setup the unsupported directory structure.Gravatar Gael Guennebaud2009-02-04
* Add Matrix::resizeLike(other) convenience function and test.Gravatar Keir Mierle2009-02-03
* check GSL version in cmake filesGravatar Gael Guennebaud2009-01-27
* small fix related to GSL cmake stuffGravatar Gael Guennebaud2009-01-26
* very minor update in test/CMakeLists.txtGravatar Gael Guennebaud2009-01-23
* * fix compilation with gcc 3.4Gravatar Gael Guennebaud2009-01-23
* don't claim googlehash is there when only qt4 has been found :)Gravatar Marijn Kruisselbrink2009-01-20
* * complete the support of QVector via a QtAlignedMalloc headerGravatar Gael Guennebaud2009-01-20
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* 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