aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/SpecialFunctions
Commit message (Expand)AuthorAge
* Remove clang warningGravatar Gael Guennebaud2018-07-13
* Updates corresponding to the latest round of PR feedbackGravatar Deven Desai2018-07-11
* renaming CUDA* to GPU* for some header filesGravatar Deven Desai2018-07-11
* updates based on PR feedbackGravatar Deven Desai2018-06-14
* syncing this fork with upstreamGravatar Deven Desai2018-06-13
|\
| * Merge from eigen/eigenGravatar Michael Figurnov2018-06-07
| |\
| | * Fix compilation of special functions without C99 math.Gravatar Michael Figurnov2018-06-07
| * | Updated the stopping criteria in igammac_cf_impl.Gravatar Michael Figurnov2018-06-07
| * | Derivative of the incomplete Gamma function and the sample of a Gamma random ...Gravatar Michael Figurnov2018-06-06
| |/
* / Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
|/
* Exponentially scaled modified Bessel functions of order zero and one.Gravatar Michael Figurnov2018-05-31
* protect calls to isnanGravatar Gael Guennebaud2018-04-03
* Improve robustness of igamma and igammac to bad inputs.Gravatar Rasmus Munk Larsen2018-03-19
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* Fixed compilation warningsGravatar Benoit Steiner2016-11-26
* Don't call lgamma_r when compiling for an Apple device, since the function is...Gravatar Benoit Steiner2016-11-02
* Don't attempts to use lgamma_r for CUDA devices.Gravatar Rasmus Munk Larsen2016-11-01
* Use threadsafe versions of lgamma and lgammaf if possible.Gravatar Rasmus Munk Larsen2016-10-27
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* std::erfcf doesn't exist: use numext::erfc insteadGravatar Benoit Steiner2016-08-11
* Move CUDA's special functions to SpecialFunctions module.Gravatar Gael Guennebaud2016-07-11
* bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08