aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/CMakeLists.txt
Commit message (Expand)AuthorAge
* Improved support for compiling CUDA code with clang as the host compilerGravatar Benoit Steiner2016-10-03
* Add minimal support for Array<string>, and fix Tensor<string>Gravatar Gael Guennebaud2016-07-25
* Move half unit test from unsupported to main testsGravatar Gael Guennebaud2016-07-22
* Add a unit test to stress our solvers with Boost.MultiprecisionGravatar Gael Guennebaud2016-07-20
* bug #707: add inplace decomposition through Ref<> for Cholesky, LU and QR dec...Gravatar Gael Guennebaud2016-07-04
* Big 1213: add regression unit test.Gravatar Gael Guennebaud2016-05-18
* Fixed a typo in my previous commitGravatar Benoit Steiner2016-05-11
* Created the new EIGEN_TEST_CUDA_CLANG option to compile the CUDA tests using ...Gravatar Benoit Steiner2016-04-08
* Renamed the EIGEN_TEST_NVCC cmake option into EIGEN_TEST_CUDA per the discuss...Gravatar Benoit Steiner2016-04-06
* bug #1164: fix list and deque specializations such that our aligned allocator...Gravatar Damien R2016-02-03
* Extend superlu cmake script to check versionGravatar Gael Guennebaud2015-11-30
* bug #1008: add a unit test for fast-math mode and isinf/isnan/isfinite/etc. f...Gravatar Gael Guennebaud2015-10-27
* Make the IterativeLinearSolvers module compatible with MPL2-only modeGravatar Gael Guennebaud2015-10-26
* Move IncompleteCholesky to official modulesGravatar Gael Guennebaud2015-10-08
* Reenable 2 tests previously disabled by mistakeGravatar Benoit Steiner2015-07-23
* Extended the range of value inputs for TensorIntDiv to support tensors with m...Gravatar Benoit Steiner2015-07-22
* bug #890, add a more general routine to check that two dense object reference...Gravatar Gael Guennebaud2015-06-10
* Constructing a Matrix/Array with implicit transpose could lead to memory leaks.Gravatar Christoph Hertzberg2015-04-16
* Optionally build the documentation when building unit tests.Gravatar Christoph Hertzberg2015-03-27
* Split sparse_basic unit testGravatar Gael Guennebaud2015-03-19
* Improve random number generation for integer and add unit testGravatar Gael Guennebaud2015-03-19
* Add a CG-based solver for rectangular least-square problems (bug #975).Gravatar Gael Guennebaud2015-03-04
* Add a Ref<SparseMatrix> specialization.Gravatar Gael Guennebaud2015-02-07
* Move D&C SVD to official SVD module.Gravatar Gael Guennebaud2014-10-29
* bug #766: Check minimum CUDA versionGravatar Christoph Hertzberg2014-10-20
* Add a true ctest unit test for failtestsGravatar Gael Guennebaud2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Enable evaluators by defaultGravatar Gael Guennebaud2014-08-29
* merge default branchGravatar Gael Guennebaud2014-08-29
|\
* | Fix numerous nested versus nested_eval shortcomingsGravatar Gael Guennebaud2014-08-01
* | Fix 4x4 inverse via SSE for submatricesGravatar Gael Guennebaud2014-07-31
* | Re-enable main unit tests which are now compiling and running fine with evalu...Gravatar Gael Guennebaud2014-07-31
* | Make permutation compatible with sparse matricesGravatar Gael Guennebaud2014-07-30
* | Various minor fixesGravatar Gael Guennebaud2014-07-30
| * Define EIGEN_TRY, EIGEN_CATCH, EIGEN_THROW as suggested by Moritz Klammer.Gravatar Christoph Hertzberg2014-07-22
* | Re-enable a couple of unit tests with evaluators.Gravatar Gael Guennebaud2014-07-22
* | merge with default branchGravatar Gael Guennebaud2014-07-10
|\ \
| | * Avoid memory leak when constructor of user-defined type throws exception.Gravatar Moritz Klammler2014-07-06
| |/
| * Determine version of Metis library. Apparently, at least version 5.x is neede...Gravatar Christoph Hertzberg2014-07-09
* | merge with default branchGravatar Gael Guennebaud2014-07-02
|\|
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* | merge with default branchGravatar Gael Guennebaud2014-06-20
|\|
| * Updated the compiler flags to enable nvcc to work with clang.Gravatar Benoit Steiner2014-04-12
* | Conditionally disable unit tests that are not supported by evaluators yetGravatar Gael Guennebaud2014-03-12
| * Fix bug #760: complete Eigen's lapack interface with default Lapack for SPQR ...Gravatar Gael Guennebaud2014-03-12
|/
* NVCC: no need to enforce host compilerGravatar Gael Guennebaud2014-01-24
* Fix stupid mistake in CMakeLists.txtGravatar Gael Guennebaud2013-11-07
* Add an option to test evaluators globallyGravatar Gael Guennebaud2013-11-07
* Add minimalistic unit tests for NVCC supportGravatar Gael Guennebaud2013-11-05
* Added copy constructor and assignment to DenseStorage.Gravatar Hauke Heibel2013-08-10