aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/CMakeLists.txt
Commit message (Expand)AuthorAge
* Misc api improvements and cleanupsGravatar Benoit Steiner2014-08-23
* Added support for broadcastingGravatar Benoit Steiner2014-08-20
* Added support for fast integer divisions by a constantGravatar Benoit Steiner2014-08-14
* Fixed compilation errorsGravatar Benoit Steiner2014-08-14
* Added a few regression testsGravatar Benoit Steiner2014-08-14
* Pulled in the latest changes from the Eigen trunkGravatar Benoit Steiner2014-08-13
|\
* | Created additional unit tests for the tensor code and improved existing ones.Gravatar Benoit Steiner2014-06-13
* | Fixed a few compilation errors.Gravatar Benoit Steiner2014-06-10
* | Pulled latest updates from the Eigen main trunk.Gravatar Benoit Steiner2014-06-10
|\|
* | Fixed a typoGravatar Benoit Steiner2014-06-06
* | Created additional tests for the tensor code.Gravatar Benoit Steiner2014-06-05
* | Vectorized the evaluation of tensor expression (using SSE, AVX, NEON, ...)Gravatar Benoit Steiner2014-05-16
* | Extended support for Tensors:Gravatar Benoit Steiner2014-04-28
|/
* CXX11/TensorSymmetry: add symmetry support for Tensor classGravatar Christian Seiler2013-11-14
* CXX11/Tensor: add simple initial tensor implementationGravatar Christian Seiler2013-11-14
* C++11: add template metaprogramming helpersGravatar Christian Seiler2013-11-14
* Fixed bug #702 and added unit test.Gravatar Christoph Hertzberg2013-11-07
* Add bdcsvd unit test in CMakeListsGravatar Gael Guennebaud2013-07-15
* 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