aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/CMakeLists.txt
Commit message (Expand)AuthorAge
* * 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
* 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