aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/CMakeLists.txt
Commit message (Collapse)AuthorAge
* 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
| | | | clang instead of nvcc
* Renamed the EIGEN_TEST_NVCC cmake option into EIGEN_TEST_CUDA per the ↵Gravatar Benoit Steiner2016-04-06
| | | | discussion in bug #1173.
* bug #1164: fix list and deque specializations such that our aligned ↵Gravatar Damien R2016-02-03
| | | | allocator is automatically activatived only when the user did not specified an allocator (or specified the default std::allocator).
* 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. ↵Gravatar Gael Guennebaud2015-10-27
| | | | functions.
* Make the IterativeLinearSolvers module compatible with MPL2-only modeGravatar Gael Guennebaud2015-10-26
| | | | by defaulting to COLAMDOrdering and NaturalOrdering for ILUT and ILLT respectively.
* 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 ↵Gravatar Benoit Steiner2015-07-22
| | | | more than 4 billion elements.
* bug #890, add a more general routine to check that two dense object ↵Gravatar Gael Guennebaud2015-06-10
| | | | reference to the same data
* Constructing a Matrix/Array with implicit transpose could lead to memory leaks.Gravatar Christoph Hertzberg2015-04-16
| | | | Also reduced code duplication for Matrix/Array constructors
* 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 ↵Gravatar Gael Guennebaud2014-07-31
| | | | | | | | evaluators
* | 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
| | | | | | | | | | Make it possible to run unit-tests with exceptions disabled via EIGEN_TEST_NO_EXCEPTIONS flag. Enhanced ctorleak unit-test
* | 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
| |/ | | | | | | | | | | | | | | | | | | | | | | The added check `ctorleak.cpp` demonstrates how the leak can be reproduced. The test appears to pass but it is leaking the storage of the (not created) matrix. I don't know how to make this test fail in the existing test suite but you can run it through Valgrind (or another debugger) to verify the leak. $ ./check.sh ctorleak && valgrind --leak-check=full ./test/ctorleak This patch fixes this leak by adding some try-catch-delete-rethrow blocks to `Eigen/src/Core/util/Memory.h`.
| * Determine version of Metis library. Apparently, at least version 5.x is ↵Gravatar Christoph Hertzberg2014-07-09
| | | | | | | | | | | | needed for Eigen/MetisSupport. Marked some internal variables as advanced
* | merge with default branchGravatar Gael Guennebaud2014-07-02
|\|
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A ↵Gravatar Christoph Hertzberg2014-07-01
| | | | | | | | compilation error is raised, if this compile-switch is defined. The documentation references to the corresponding pages from Eigen3.2 now. Also, the Eigen2 testsuite has been removed.
* | 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
|/ | | | if there is no fortran compiler.
* 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
| | | | | Required by the standard even when its not used but elided. Added a test for DenseStorage copying and assignment.
* Added move support for Matrix and Array.Gravatar Hauke Heibel2013-08-02
| | | | | | Added EIGEN_HAVE_RVALUE_REFERENCES define. Added move unit tests. Removed superfluous 'inline' declarations in DenseStorage.
* Enable support for minimal rebuilds.Gravatar Hauke Heibel2013-07-31
|
* Rename map unit test to mapped_matrix: without splitting unit tests, this ↵Gravatar Gael Guennebaud2013-07-10
| | | | created a "map" binary file in the include path, not a good idea!
* Big 564: add hasNaN and isFinite membersGravatar Gael Guennebaud2013-04-16
|
* Add Official/Unsupported labels to unit tests and add a ctest driver to ↵Gravatar Gael Guennebaud2013-03-20
| | | | submit subprojects to cdash