aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/CMakeLists.txt
Commit message (Expand)AuthorAge
* improve the scripts for building unit tests:Gravatar Benoit Jacob2009-11-25
* 4x4 inverse:Gravatar Benoit Jacob2009-11-23
* * 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
* * fix super nasty bug: vector.maxCoeff(&index) didn't work when 'vector'Gravatar Benoit Jacob2009-09-16
* add a stable_norm unit testGravatar Gael Guennebaud2009-09-07
* Added conservativeResize + unit test.Gravatar Hauke Heibel2009-09-03
* * add serious unit test for swapGravatar Benoit Jacob2009-09-02
* [mq]: eigensolverGravatar Gael Guennebaud2009-09-01
* * JacobiSVD:Gravatar Benoit Jacob2009-08-31
* add ColPivotingHouseholderQRGravatar Benoit Jacob2009-08-23
* add initial, rough, full-pivoting RRQR decompositionGravatar Benoit Jacob2009-08-22
* Proper fix for linking to the Qt libraries (and others)Gravatar Marcus D. Hanwell2009-08-21
* compilation fix in EigenSolver,Gravatar Gael Guennebaud2009-08-06
* merge with special_matrix branchGravatar Gael Guennebaud2009-08-03
|\
* | add new Householder moduleGravatar Benoit Jacob2009-08-03
| * apply patch from Marcus Hanwell: Improved quoting of tests when added to the ...Gravatar Benoit Jacob2009-08-02
* | add a debug mechanism to compute the number of intermediate evaluations (only...Gravatar Gael Guennebaud2009-07-28
* | trmm is now fully working and available via TriangularView::operator*Gravatar Gael Guennebaud2009-07-27
* | finalize trsm: works in all situations, and it is now used by solve() and sol...Gravatar Gael Guennebaud2009-07-26
* | split and add unit tests for symm and syrk,Gravatar Gael Guennebaud2009-07-23
* | started an implementation of BandMatrix: at least the read/write accessGravatar Gael Guennebaud2009-07-14
* | add triangular * vector productGravatar Gael Guennebaud2009-07-13
* | ok now all the complex mat-mat and mat-vec products involving conjugate,Gravatar Gael Guennebaud2009-07-08
* | new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28
|/
* 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