aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
...
* remove explicit fortran dependency in FindCholmodGravatar Gael Guennebaud2009-02-05
* add custom FindBLAS FindLAPACK working for c++ compilerGravatar Gael Guennebaud2009-02-05
* oops, #ifdef instead of #if ---> bugGravatar Benoit Jacob2009-02-04
* forgot to update this unit test...Gravatar Benoit Jacob2009-02-04
* disable alignment altogether outside of the platforms which potentially have ...Gravatar Benoit Jacob2009-02-04
* setup the unsupported directory structure.Gravatar Gael Guennebaud2009-02-04
* Add full pivoting to LDLT decomposition.Gravatar Keir Mierle2009-02-03
* Add Matrix::resizeLike(other) convenience function and test.Gravatar Keir Mierle2009-02-03
* add MatrixBase::stableNorm() avoiding over/under-flowGravatar Gael Guennebaud2009-01-28
* Big change in DiagonalMatrix and Geometry/Scaling:Gravatar Gael Guennebaud2009-01-28
* QR: add isInjective(), isSurjective(),Gravatar Gael Guennebaud2009-01-28
* add support for read/write sub sets of inner vectors (sparse module)Gravatar Gael Guennebaud2009-01-27
* now these tests succeed with 10,000 repeatsGravatar Benoit Jacob2009-01-27
* fix my previous commit with EIGEN_EMPTY macro bugGravatar Gael Guennebaud2009-01-27
* check GSL version in cmake filesGravatar Gael Guennebaud2009-01-27
* small fix related to GSL cmake stuffGravatar Gael Guennebaud2009-01-26
* fix msvc warnings (useful ones again) reported by gael on CDashGravatar Benoit Jacob2009-01-26
* disable unordered_map for ICCGravatar Gael Guennebaud2009-01-26
* add partial count redux (adapted patch from Ricard Marxer)Gravatar Gael Guennebaud2009-01-24
* add fill() function as an alias for setConstantGravatar Gael Guennebaud2009-01-24
* eventually it turns out that our currentGravatar Gael Guennebaud2009-01-23
* sparse module: makes -= and += operator workingGravatar Gael Guennebaud2009-01-23
* very minor update in test/CMakeLists.txtGravatar Gael Guennebaud2009-01-23
* fix a few remaining warningsGravatar Gael Guennebaud2009-01-23
* * fix compilation with gcc 3.4Gravatar Gael Guennebaud2009-01-23
* add computeRotationScaling and computeScalingRotation in SVDGravatar Benoit Jacob2009-01-22
* add polar decomposition on both sides, in SVD, with testGravatar Benoit Jacob2009-01-22
* fix a bunch of warnings (actual issues) reported by FrankGravatar Benoit Jacob2009-01-22
* fix warningsGravatar Benoit Jacob2009-01-21
* sparse module:Gravatar Gael Guennebaud2009-01-21
* * remove set(), revert to old behavior where = resizesGravatar Benoit Jacob2009-01-21
* don't claim googlehash is there when only qt4 has been found :)Gravatar Marijn Kruisselbrink2009-01-20
* lu test:don't failGravatar Benoit Jacob2009-01-20
* * complete the support of QVector via a QtAlignedMalloc headerGravatar Gael Guennebaud2009-01-20
* forgot to include the update of the qr testGravatar Gael Guennebaud2009-01-20
* optimize A * v product for A sparse and row majorGravatar Gael Guennebaud2009-01-19
* add a flexible sparse matrix class designed for fast matrix assemblyGravatar Gael Guennebaud2009-01-19
* Sparse module: add support for sparse selfadjoint * denseGravatar Gael Guennebaud2009-01-15
* Sparse module: add row/col methods to the iteratorsGravatar Gael Guennebaud2009-01-15
* Sparse module: bugfix in SparseMatrix::resize(), now the indices areGravatar Gael Guennebaud2009-01-15
* Sparse module:Gravatar Gael Guennebaud2009-01-14
* Add support for sparse * dense and dense * sparse matrix/vector productsGravatar Gael Guennebaud2009-01-14
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* s/EIGEN_WORK_DIRECTORY/EIGEN_WORK_DIR in testsuite scriptGravatar Gael Guennebaud2009-01-14
* hm it seems cmake does not understand CYGWIN (=> UNIX)Gravatar Gael Guennebaud2009-01-12
* improved a bit the testsuite scriptGravatar Gael Guennebaud2009-01-12
* * make std::vector specializations also for Transform and for QuaternionGravatar Benoit Jacob2009-01-12
* fix a warning in test/alignedboxGravatar Gael Guennebaud2009-01-12
* remove stupid output in test/metaGravatar Gael Guennebaud2009-01-12
* * move cwise *= and /= to Core (like * and /)Gravatar Benoit Jacob2009-01-12