aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/CMakeLists.txt
Commit message (Collapse)AuthorAge
* bug #1531: make dedicatd unit testing for NumDimensionsGravatar Gael Guennebaud2018-06-08
|
* Fix the way matrix folder is passed to the tests.Gravatar Gael Guennebaud2018-06-08
|
* Search for sequential Pastix.Gravatar Gael Guennebaud2018-05-29
|
* Fix handling of path names containing spaces and the likes.Gravatar Gael Guennebaud2018-05-29
|
* Add an option to test with external BLAS libraryGravatar Christoph Hertzberg2018-05-22
|
* No need to make noise, if KLU is foundGravatar Christoph Hertzberg2018-04-13
|
* MIsc. source and comment typosGravatar luz.paz2018-03-11
| | | | Found using `codespell` and `grep` from downstream FreeCAD
* Add support for SuiteSparse's KLU routinesGravatar Kyle Vedder2017-10-04
|
* bug #1424: add numext::abs specialization for unsigned integer types.Gravatar Gael Guennebaud2017-06-09
|
* Improve cmake scripts for Pastix and BLAS detection.Gravatar Gael Guennebaud2017-04-14
|
* bug #1393: enable Matrix/Array explicit ctor from types with conversion ↵Gravatar Gael Guennebaud2017-02-17
| | | | operators (was ok with 3.2)
* Add unit test for FixedInt and SymbolicGravatar Gael Guennebaud2017-01-24
|
* Add unit test for indexed viewsGravatar Gael Guennebaud2017-01-06
|
* 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 ↵Gravatar Gael Guennebaud2016-07-04
| | | | decompositions.
* 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
|\ \