aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/SpecialFunctions.h
Commit message (Expand)AuthorAge
* Add infinity() support to numext::numeric_limits, use it in lgamma.Gravatar Eugene Brevdo2016-03-02
* Tiny bugfix in SpecialFunctions: some compilers don't like doublesGravatar Eugene Brevdo2016-02-17
* Made sure the code compiles when EIGEN_HAS_C99_MATH isn't definedGravatar Benoit Steiner2016-02-03
* Fix compilation with gccGravatar Gael Guennebaud2016-01-28
* digamma special function: merge shared code.Gravatar Eugene Brevdo2016-01-27
* Digamma cleanupGravatar Eugene Brevdo2016-01-15
* Modify constants in SpecialFunctions to lowercase (avoid name conflicts).Gravatar Eugene Brevdo2015-12-28
* Change PI* to M_PI* in SpecialFunctions to avoid possible breakageGravatar Eugene Brevdo2015-12-28
* Add digamma for CPU + CUDA. Includes tests.Gravatar Eugene Brevdo2015-12-24
* Fix unused variable warning.Gravatar Gael Guennebaud2015-12-11
* Silence a compilation warningGravatar Benoit Steiner2015-12-10
* Only implement the lgamma, erf, and erfc functions when using a compiler comp...Gravatar Benoit Steiner2015-12-10
* Simplified the implementation of lgamma, erf, and erfcGravatar Benoit Steiner2015-12-08
* Fixed a couple of typosGravatar Benoit Steiner2015-12-07
* Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07