aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/SpecialFunctions.h
Commit message (Expand)AuthorAge
* bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08
* Silenced compilation warningGravatar Benoit Steiner2016-06-05
* Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* Make EIGEN_HAS_C99_MATH user configurableGravatar Gael Guennebaud2016-05-20
* Improve doc of special math functionsGravatar Gael Guennebaud2016-05-20
* zeta and digamma do not require C++11/C99Gravatar Gael Guennebaud2016-05-19
* fix double-promotion/float-conversion in Core/SpecialFunctions.hGravatar Ola Røer Thorsen2016-05-04
* Fixed the igamma and igammac implementations to make them callable from a gpu...Gravatar Benoit Steiner2016-04-28
* Deleted unused variableGravatar Benoit Steiner2016-04-28
* Eliminate mutual recursion in igamma{,c}_impl::Run.Gravatar Justin Lebar2016-04-28
* Cleaned up the implementation of digammaGravatar Benoit Steiner2016-04-13
* Fix static/inline keywords order.Gravatar Gael Guennebaud2016-04-11
* Proper handling of domain errors.Gravatar Till Hoffmann2016-04-10
* Added nans to zeta function.Gravatar Till Hoffmann2016-04-09
* Added accuracy comments.Gravatar Till Hoffmann2016-04-05
* Refactored code into type-specific helper functions.Gravatar Till Hoffmann2016-04-04
* Fixed suggestions by Eugene Brevdo.Gravatar Till Hoffmann2016-04-01
* Added polygamma function.Gravatar Till Hoffmann2016-04-01
* Added zeta function.Gravatar Till Hoffmann2016-04-01
* Use numext::abs instead of abs to avoid incorrect conversion to integer of th...Gravatar Benoit Steiner2016-03-23
* Update MathFunctions/SpecialFunctions with intelligent header guards.Gravatar Eugene Brevdo2016-03-09
* Add certain functions to numext (log, exp, tan) because CUDA doesn't support ...Gravatar Eugene Brevdo2016-03-08
* 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