| Commit message (Expand) | Author | Age |
* | Silenced compilation warning | Benoit Steiner | 2016-06-05 |
* | Add TernaryFunctors and the betainc SpecialFunction. | Eugene Brevdo | 2016-06-02 |
* | Make EIGEN_HAS_C99_MATH user configurable | Gael Guennebaud | 2016-05-20 |
* | Improve doc of special math functions | Gael Guennebaud | 2016-05-20 |
* | zeta and digamma do not require C++11/C99 | Gael Guennebaud | 2016-05-19 |
* | fix double-promotion/float-conversion in Core/SpecialFunctions.h | Ola Røer Thorsen | 2016-05-04 |
* | Fixed the igamma and igammac implementations to make them callable from a gpu... | Benoit Steiner | 2016-04-28 |
* | Deleted unused variable | Benoit Steiner | 2016-04-28 |
* | Eliminate mutual recursion in igamma{,c}_impl::Run. | Justin Lebar | 2016-04-28 |
* | Cleaned up the implementation of digamma | Benoit Steiner | 2016-04-13 |
* | Fix static/inline keywords order. | Gael Guennebaud | 2016-04-11 |
* | Proper handling of domain errors. | Till Hoffmann | 2016-04-10 |
* | Added nans to zeta function. | Till Hoffmann | 2016-04-09 |
* | Added accuracy comments. | Till Hoffmann | 2016-04-05 |
* | Refactored code into type-specific helper functions. | Till Hoffmann | 2016-04-04 |
* | Fixed suggestions by Eugene Brevdo. | Till Hoffmann | 2016-04-01 |
* | Added polygamma function. | Till Hoffmann | 2016-04-01 |
* | Added zeta function. | Till Hoffmann | 2016-04-01 |
* | Use numext::abs instead of abs to avoid incorrect conversion to integer of th... | Benoit Steiner | 2016-03-23 |
* | 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 |
* | Add infinity() support to numext::numeric_limits, use it in lgamma. | Eugene Brevdo | 2016-03-02 |
* | Tiny bugfix in SpecialFunctions: some compilers don't like doubles | Eugene Brevdo | 2016-02-17 |
* | Made sure the code compiles when EIGEN_HAS_C99_MATH isn't defined | Benoit Steiner | 2016-02-03 |
* | Fix compilation with gcc | Gael Guennebaud | 2016-01-28 |
* | digamma special function: merge shared code. | Eugene Brevdo | 2016-01-27 |
* | Digamma cleanup | Eugene Brevdo | 2016-01-15 |
* | Modify constants in SpecialFunctions to lowercase (avoid name conflicts). | Eugene Brevdo | 2015-12-28 |
* | Change PI* to M_PI* in SpecialFunctions to avoid possible breakage | Eugene Brevdo | 2015-12-28 |
* | Add digamma for CPU + CUDA. Includes tests. | Eugene Brevdo | 2015-12-24 |
* | Fix unused variable warning. | Gael Guennebaud | 2015-12-11 |
* | Silence a compilation warning | Benoit Steiner | 2015-12-10 |
* | Only implement the lgamma, erf, and erfc functions when using a compiler comp... | Benoit Steiner | 2015-12-10 |
* | Simplified the implementation of lgamma, erf, and erfc | Benoit Steiner | 2015-12-08 |
* | Fixed a couple of typos | Benoit Steiner | 2015-12-07 |
* | Add special functions to Eigen: lgamma, erf, erfc. | Eugene Brevdo | 2015-12-07 |