aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/CMakeLists.txt
Commit message (Expand)AuthorAge
* Add Official/Unsupported labels to unit tests and add a ctest driver to submi...Gravatar Gael Guennebaud2013-03-20
* Move work in progress Levenberg Marquardt module in unsupportedGravatar Gael Guennebaud2012-12-08
* Backed out changeset 363e506776babe4fdfb8e670fe6d91942fc61d7cGravatar Gael Guennebaud2012-12-07
* Rename the old LevenbergMarquardt class to LevenbergMarquardtLegacyGravatar Desire NUENTSA2012-12-07
* MINRES solverGravatar dnuentsa2012-10-09
|\
* | Discard failing tests in NonlinearOptimizationGravatar Desire NUENTSA2012-10-09
| * moved MINRES to unsupported. Made unit test.Gravatar giacomo po2012-09-24
|/
* Add test for matrix power.Gravatar Chen-Pang He2012-08-27
* remove use of GSL in polynomialsolver unit testGravatar Gael Guennebaud2012-04-11
* Adding a householder-GMRES implementation from Kolja BrixGravatar Desire NUENTSA2012-03-29
* improve FindFFTW cmake moduleGravatar Gael Guennebaud2012-03-15
* Integrated spline class and simple spline fittingGravatar Hauke Heibel2011-11-25
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12
* fix fftw cmake stuffGravatar Gael Guennebaud2011-11-03
* add proper bicgstab unit testGravatar Gael Guennebaud2011-10-11
* add a generic unit test for sparse SPD problemsGravatar Gael Guennebaud2011-10-09
* clean sparse LU testsGravatar Gael Guennebaud2011-09-24
* Enable incomplete BLAS/Lapack builds when no fortran compiler has been found.Gravatar Gael Guennebaud2011-09-21
* mv the mpreal copy in its own folderGravatar Gael Guennebaud2011-08-19
* add a conjugate gradient solverGravatar Gael Guennebaud2011-07-26
* add a KroneckerProduct module (unsupported) from Kolja Brix and Andreas Plate...Gravatar Gael Guennebaud2011-06-22
* Implement matrix square root for complex matrices.Gravatar Jitse Niesen2011-05-07
* Add directory containing split_test_helper.h to include path.Gravatar Jitse Niesen2011-03-29
* disable BVH test on Clang++. Looks like there's a good reason why BVH is unsu...Gravatar Benoit Jacob2011-02-27
* do not try to use Eigen's blas/lapack if they cannot be compiledGravatar Gael Guennebaud2011-02-23
* link to blas/lapack only when needed, and use the static versions to hopefull...Gravatar Gael Guennebaud2011-02-21
* back to brute force linking to sparse libraries (fix cmake when these libs ar...Gravatar Gael Guennebaud2011-02-18
* now cholmod, umfpack, and superlu uses our own BLAS and LAPACK libsGravatar Gael Guennebaud2011-02-18
* properly report OpenGL as a disabled backendGravatar Gael Guennebaud2011-02-16
* still test fftw even if the binary for long double is not availableGravatar Gael Guennebaud2011-01-28
* fix fftw testGravatar Thomas Capricelli2011-01-27
* fix bug #92 - we were doing stupid things when passing the list of libraries ...Gravatar Benoit Jacob2010-10-28
* ah ok, we want to build this even without GSL.Gravatar Benoit Jacob2010-10-17
* more unsupported/ CMake fixesGravatar Benoit Jacob2010-10-17
* Fix general linking issue for tests linking to multiple libs, and explicitly ...Gravatar Benoit Jacob2010-10-17
* add the possibility to disable OpenGL testingGravatar Gael Guennebaud2010-10-12
* add support for uniformsGravatar Gael Guennebaud2010-10-12
* remove the Taucs backend : Taucs is not maintained anymore and the backend wa...Gravatar Gael Guennebaud2010-10-06
* disable NonLinearOptimization test until it's fixedGravatar Benoit Jacob2010-08-18
* fix missdetection of GLUTGravatar Gael Guennebaud2010-08-16
* add an OpenGL module simplifying the way you can pass Eigen's objects to GLGravatar Gael Guennebaud2010-07-22
* Require at least MPFR version 2.3.0, because we use mpfr_signbit.Gravatar Jitse Niesen2010-07-19
* add a support module for MPFR C++ with basic unit testingGravatar Gael Guennebaud2010-07-15
* split the Sparse module into multiple ones, and move non stable parts to unsu...Gravatar Gael Guennebaud2010-06-18
* Creation of the Polynomials module with the following features:Gravatar Manuel Yguel2010-03-25
* removed Eigen::Complex class since it offered insufficient advantage over std...Gravatar Mark Borgerding2010-01-18
* Add support for matrix sine, cosine, sinh and cosh.Gravatar Jitse Niesen2010-01-11
* Rename test per naming convention.Gravatar Jitse Niesen2009-12-28
* Removed unused 'benchmark'.Gravatar Hauke Heibel2009-12-02
* * fix include for case-sensitive filesystemGravatar Benoit Jacob2009-12-02