| Commit message (Expand) | Author | Age |
* | bug #1247: fix regression in compilation of pow(integer,integer), and add res... | Gael Guennebaud | 2016-06-25 |
* | merge PR 194 | Gael Guennebaud | 2016-06-23 |
|\ |
|
* | | Made log1p_impl usable inside a GPU kernel | Benoit Steiner | 2016-06-16 |
| * | Generalize expr.pow(scalar), pow(expr,scalar) and pow(scalar,expr). | Gael Guennebaud | 2016-06-14 |
| * | Enable mixing types in numext::pow | Gael Guennebaud | 2016-06-10 |
|/ |
|
* | Cleaned up the fp16 code | Benoit Steiner | 2016-05-24 |
* | Avoid unnecessary float to double conversions | Benoit Steiner | 2016-05-23 |
* | Silenced several double-promotion warnings | Christoph Hertzberg | 2016-05-22 |
* | Enable and fix -Wdouble-conversion warnings | Christoph Hertzberg | 2016-05-05 |
* | fpclassify isn't portable enough. In particular, the return values of the fun... | Benoit Steiner | 2016-04-27 |
* | Added support for fpclassify in Eigen::Numext | Benoit Steiner | 2016-04-27 |
* | Improved support for trigonometric functions on GPU | Benoit Steiner | 2016-04-13 |
* | Added support for computing cos, sin, tan, and tanh on GPU. | Benoit Steiner | 2016-04-13 |
* | Use numext::abs instead of std::abs in scalar_fuzzy_default_impl to make it u... | Benoit Steiner | 2016-04-08 |
* | Fixed the implementation of Eigen::numext::isfinite, Eigen::numext::isnan, an... | Benoit Steiner | 2016-04-08 |
* | Fixed isfinite_impl: NumTraits<T>::highest() and NumTraits<T>::lowest() are f... | Benoit Steiner | 2016-04-08 |
* | Updated the isnan, isinf and isfinite functions to make compatible with cuda ... | Benoit Steiner | 2016-04-07 |
* | Fixed the signature of numext::abs to make it compatible with complex numbers | Benoit Steiner | 2016-04-04 |
* | Added missing cuda template specializations for numext::ceil | Benoit Steiner | 2016-03-29 |
* | Added support for fmod | Benoit Steiner | 2016-03-28 |
* | Change the header guard around certain numext functions to be CUDA specific. | Eugene Brevdo | 2016-03-16 |
* | Update MathFunctions/SpecialFunctions with intelligent header guards. | Eugene Brevdo | 2016-03-09 |
* | Add certain functions to numext (log, exp, tan) because CUDA doesn't support ... | Eugene Brevdo | 2016-03-08 |
* | Made it possible to run the scalar_binary_pow_op functor on GPU | Benoit Steiner | 2016-02-11 |
* | Fix MSVC warning. | Gael Guennebaud | 2016-01-28 |
* | bug #1156: fix several function declarations whose arguments were passed by v... | Gael Guennebaud | 2016-01-27 |
* | Add numext::sqrt function to enable custom optimized implementation. | Gael Guennebaud | 2016-01-21 |
* | Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ... | Gael Guennebaud | 2016-01-01 |
* | Use overload instead of template full specialization to please old MSVC | Gael Guennebaud | 2015-11-22 |
* | Fix overload instantiation for clang | Gael Guennebaud | 2015-11-20 |
* | Workaround MSVC missing overloads of std::fpclassify for integral types | Gael Guennebaud | 2015-11-20 |
* | compilation issue | Gael Guennebaud | 2015-11-02 |
* | bug #1102: fix multiple definition linking issue | Gael Guennebaud | 2015-10-30 |
* | fix copy/paste typo | Gael Guennebaud | 2015-10-28 |
* | Enable std::isfinite/nan/inf on MSVC 2013 and newer and clang. Fix isinf for ... | Gael Guennebaud | 2015-10-28 |
* | bug #1008: improve handling of fast-math mode for older gcc versions. | Gael Guennebaud | 2015-10-27 |
* | bug #1008: stabilize isfinite/isinf/isnan/hasNaN/allFinite functions for fast... | Gael Guennebaud | 2015-10-27 |
* | Make abs2 compatible with custom complex types | Gael Guennebaud | 2015-10-02 |
* | Call numext::mini instead of std::min in several places. | Benoit Steiner | 2015-09-28 |
* | nvcc doesn't support std::min or std::max on GPU. Use our own custom implemen... | Benoit Steiner | 2015-08-27 |
* | Protect all calls to isnan, isinf and isfinite with parentheses. | Christoph Hertzberg | 2015-08-14 |
* | Fix compilation of isnan(complex) | Gael Guennebaud | 2015-07-20 |
* | Clean some previous changes and more cuda fixes | Gael Guennebaud | 2015-07-15 |
* | Replace double constants by Scalar constants | Nicolas Mellado | 2015-07-11 |
* | Protect against compilation errors with nvcc and numext/complex. | Nicolas Mellado | 2015-07-06 |
* | typo correction in mathFunction | Emilie Guy | 2015-07-06 |
* | Marked the cast functions as EIGEN_DEVICE_FUNC to ensure that we can run cast... | Benoit Steiner | 2015-06-30 |
* | Enable C++11 math function in a more conservative manner. | Gael Guennebaud | 2015-06-11 |
* | Introduce EIGEN_PI, get rid of M_PI and acos(-1.0) | Gael Guennebaud | 2015-06-10 |
* | Make more use of EIGEN_HAS_C99_MATH | Gael Guennebaud | 2015-06-10 |