aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.h
Commit message (Expand)AuthorAge
* Handle min/max/inf/etc issue in cuda_fp16.h directly in test/main.hGravatar Gael Guennebaud2017-08-24
* bug #1424: add numext::abs specialization for unsigned integer types.Gravatar Gael Guennebaud2017-06-09
* Fix tracking of temporaries in unit testsGravatar Gael Guennebaud2017-02-19
* Convert integers to real numbers when computing relative L2 errorGravatar Gael Guennebaud2017-01-05
* Fix misleading-indentation warnings.Gravatar Gael Guennebaud2016-12-01
* enable testing of Boost.Multiprecision with expression templatesGravatar Gael Guennebaud2016-07-20
* Enable custom scalar types in some unit tests.Gravatar Gael Guennebaud2016-07-20
* Disable MSVC's "decorated name length exceeded, name was truncated" warning i...Gravatar Gael Guennebaud2016-06-02
* Don't flood test output with successful VERIFY_IS_NOT_EQUAL tests.Gravatar Christoph Hertzberg2016-05-11
* Avoid double promotionGravatar Benoit Steiner2016-05-06
* Enabled the new threadpool testsGravatar Benoit Steiner2016-04-14
* Added support for fp16 to test_isApprox, test_isMuchSmallerThan, and test_isA...Gravatar Benoit Steiner2016-04-14
* Replace all M_PI by EIGEN_PI and add a check to the testsuite.Gravatar Christoph Hertzberg2016-03-23
* Merged patch 672 from Justin Lebar: Don't use long doubles with cudaGravatar Benoit Steiner2016-03-22
* Protect all calls to isnan, isinf and isfinite with parentheses.Gravatar Christoph Hertzberg2015-08-14
* Fix output of relative error, and add more support for long doubleGravatar Gael Guennebaud2015-07-21
* Factorize VERIFY_EVALUATION_COUNT in unit testsGravatar Gael Guennebaud2015-06-19
* Extend VERIFY_IS_APPROX to report the magnitude of the relative difference in...Gravatar Gael Guennebaud2015-06-15
* Merged default into unary-array-cwise-functorsGravatar Deanna Hood2015-04-20
|\
| * Add the possibility to make VERIFY* checks to output a warning instead of abo...Gravatar Gael Guennebaud2015-03-24
* | Remove ambiguity with recent numext methods isNaN and isInfGravatar Deanna Hood2015-03-17
|/
* Re-enbale detection of min/max parentheses protection, and re-enable mpreal_s...Gravatar Gael Guennebaud2015-02-27
* In C++11 destructors do not throw by default (fix CommaInitializer unit test)Gravatar Gael Guennebaud2015-02-20
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
| |\
* | | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
| |/ |/|
* | Replace TEST_SET_BUT_UNUSED_VARIABLE by already defined EIGEN_UNUSED_VARIABLEGravatar Christoph Hertzberg2014-10-24
* | Fix bug #859: pexp(NaN) returned Inf instead of NaNGravatar Gael Guennebaud2014-10-20
| * Fixed the thread pool testGravatar Benoit Steiner2014-10-10
* | Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2014-09-21
|\ \
| | * Merged latest updates from the Eigen trunk.Gravatar Benoit Steiner2014-09-15
| | |\
| | * | Created more regression testsGravatar Benoit Steiner2014-09-04
| * | | merge with default branchGravatar Gael Guennebaud2014-09-01
| |\ \ \ | | | |/ | | |/|
* | / | Initial VSX commitGravatar Konstantinos Margaritis2014-08-29
| |/ / |/| |
| * | merge default branchGravatar Gael Guennebaud2014-08-29
| |\ \
* | | | Added missing STL include of <list> in main.hGravatar Georg Drenkhahn2014-08-29
| |/ / |/| |
* | | EIGEN_EXCEPTIONS was not defined in test/main.h, therefore all VERIFY_RAISES_...Gravatar Christoph Hertzberg2014-08-20
| |/ |/|
| * Call product_generic_impl by default, and remove lot of boilerplate codeGravatar Gael Guennebaud2014-07-31
* | 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-06-20
| |\ | |/ |/|
* | Avoid blocking-size mismatch in unit tests calling Eigen's blas interface.Gravatar Gael Guennebaud2014-04-25
* | Reduce block sizes in unit tests.Gravatar Gael Guennebaud2014-04-17
| * Enable use of evaluators for noalias and lazyProduct, add conversion to scala...Gravatar Gael Guennebaud2013-12-03
|/
* Add an option to test evaluators globallyGravatar Gael Guennebaud2013-11-07
* Add minimalistic unit tests for NVCC supportGravatar Gael Guennebaud2013-11-05
* Fix adjoint unit test: test_isApproxWithRef works for positive quantities only.Gravatar Gael Guennebaud2013-07-15
* On windows CE, assert.h defines NDEBUG if DEBUG is not definedGravatar Gael Guennebaud2013-07-01
* Fix bug #623: inlining test_is_equal leads to failures with x87Gravatar Gael Guennebaud2013-06-27
* Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused var...Gravatar Gael Guennebaud2013-06-25