| Commit message (Expand) | Author | Age |
* | Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR... | Gael Guennebaud | 2018-07-17 |
* | Fix VERIFY_EVALUATION_COUNT(EXPR,N) with a complex expression as N | Gael Guennebaud | 2018-07-17 |
* | updates based on PR feedback | Deven Desai | 2018-06-14 |
* | syncing this fork with upstream | Deven Desai | 2018-06-13 |
|\ |
|
| * | bug #1531: expose NumDimensions for compatibility with Tensor | Gael Guennebaud | 2018-06-08 |
* | | Adding support for using Eigen in HIP kernels. | Deven Desai | 2018-06-06 |
| * | Fix short vs long | Gael Guennebaud | 2018-06-07 |
|/ |
|
* | Add parenthesis to fix compiler warnings | Christoph Hertzberg | 2018-04-15 |
* | MIsc. source and comment typos | luz.paz | 2018-03-11 |
* | Implement better static assertion checking to make sure that the first assert... | Gael Guennebaud | 2018-03-09 |
* | Handle min/max/inf/etc issue in cuda_fp16.h directly in test/main.h | Gael Guennebaud | 2017-08-24 |
* | bug #1424: add numext::abs specialization for unsigned integer types. | Gael Guennebaud | 2017-06-09 |
* | Fix tracking of temporaries in unit tests | Gael Guennebaud | 2017-02-19 |
* | Convert integers to real numbers when computing relative L2 error | Gael Guennebaud | 2017-01-05 |
* | Fix misleading-indentation warnings. | Gael Guennebaud | 2016-12-01 |
* | enable testing of Boost.Multiprecision with expression templates | Gael Guennebaud | 2016-07-20 |
* | Enable custom scalar types in some unit tests. | Gael Guennebaud | 2016-07-20 |
* | Disable MSVC's "decorated name length exceeded, name was truncated" warning i... | Gael Guennebaud | 2016-06-02 |
* | Don't flood test output with successful VERIFY_IS_NOT_EQUAL tests. | Christoph Hertzberg | 2016-05-11 |
* | Avoid double promotion | Benoit Steiner | 2016-05-06 |
* | Enabled the new threadpool tests | Benoit Steiner | 2016-04-14 |
* | Added support for fp16 to test_isApprox, test_isMuchSmallerThan, and test_isA... | Benoit Steiner | 2016-04-14 |
* | Replace all M_PI by EIGEN_PI and add a check to the testsuite. | Christoph Hertzberg | 2016-03-23 |
* | Merged patch 672 from Justin Lebar: Don't use long doubles with cuda | Benoit Steiner | 2016-03-22 |
* | Protect all calls to isnan, isinf and isfinite with parentheses. | Christoph Hertzberg | 2015-08-14 |
* | Fix output of relative error, and add more support for long double | Gael Guennebaud | 2015-07-21 |
* | Factorize VERIFY_EVALUATION_COUNT in unit tests | Gael Guennebaud | 2015-06-19 |
* | Extend VERIFY_IS_APPROX to report the magnitude of the relative difference in... | Gael Guennebaud | 2015-06-15 |
* | Merged default into unary-array-cwise-functors | Deanna Hood | 2015-04-20 |
|\ |
|
| * | Add the possibility to make VERIFY* checks to output a warning instead of abo... | Gael Guennebaud | 2015-03-24 |
* | | Remove ambiguity with recent numext methods isNaN and isInf | Deanna Hood | 2015-03-17 |
|/ |
|
* | Re-enbale detection of min/max parentheses protection, and re-enable mpreal_s... | Gael Guennebaud | 2015-02-27 |
* | In C++11 destructors do not throw by default (fix CommaInitializer unit test) | Gael Guennebaud | 2015-02-20 |
* | Merge Index-refactoring branch with default, fix PastixSupport, remove some u... | Gael Guennebaud | 2015-02-13 |
|\ |
|
| * | Pulled the latest changes from the trunk | Benoit Steiner | 2015-02-06 |
| |\ |
|
* | | | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t... | Christoph Hertzberg | 2014-12-04 |
| |/
|/| |
|
* | | Replace TEST_SET_BUT_UNUSED_VARIABLE by already defined EIGEN_UNUSED_VARIABLE | Christoph Hertzberg | 2014-10-24 |
* | | Fix bug #859: pexp(NaN) returned Inf instead of NaN | Gael Guennebaud | 2014-10-20 |
| * | Fixed the thread pool test | Benoit Steiner | 2014-10-10 |
* | | Merged eigen/eigen into default | Konstantinos Margaritis | 2014-09-21 |
|\ \ |
|
| | * | Merged latest updates from the Eigen trunk. | Benoit Steiner | 2014-09-15 |
| | |\ |
|
| | * | | Created more regression tests | Benoit Steiner | 2014-09-04 |
| * | | | merge with default branch | Gael Guennebaud | 2014-09-01 |
| |\ \ \
| | | |/
| | |/| |
|
* | / | | Initial VSX commit | Konstantinos Margaritis | 2014-08-29 |
| |/ /
|/| | |
|
| * | | merge default branch | Gael Guennebaud | 2014-08-29 |
| |\ \ |
|
* | | | | Added missing STL include of <list> in main.h | Georg Drenkhahn | 2014-08-29 |
| |/ /
|/| | |
|
* | | | EIGEN_EXCEPTIONS was not defined in test/main.h, therefore all VERIFY_RAISES_... | Christoph Hertzberg | 2014-08-20 |
| |/
|/| |
|
| * | Call product_generic_impl by default, and remove lot of boilerplate code | Gael Guennebaud | 2014-07-31 |
* | | Define EIGEN_TRY, EIGEN_CATCH, EIGEN_THROW as suggested by Moritz Klammer. | Christoph Hertzberg | 2014-07-22 |
| * | Re-enable a couple of unit tests with evaluators. | Gael Guennebaud | 2014-07-22 |