aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/SpecialFunctions
Commit message (Expand)AuthorAge
* Return nan at poles of polygamma, digamma, and zeta if limit is not definedGravatar frgossen2021-02-19
* Fix bad NEON fp16 checkGravatar Antonio Sanchez2020-12-04
* Special function implementations for half/bfloat16 packets.Gravatar Antonio Sanchez2020-12-04
* Add EIGEN prefix for HAS_LGAMMA_RGravatar David Tellenbach2020-10-08
* Use lgamma_r if it is available (update check for glibc 2.19+)Gravatar Eugene Zhulenev2020-10-08
* Support BFloat16 in EigenGravatar Teng Lu2020-06-20
* fix hip-clang compilation due to new HIP scalar accessorGravatar Jeff Daily2020-01-20
* Fix for HIP breakage - 200115. Adding a missing EIGEN_DEVICE_FUNC attrGravatar Deven Desai2020-01-16
* Ensure Igamma does not NaN or Inf for large values.Gravatar Srinivas Vasudevan2020-01-14
* fix compilation due to new HIP scalar accessorGravatar Jeff Daily2019-12-17
* bug #1747: one more fix for MSVC regarding the Bessel implementation.Gravatar Gael Guennebaud2019-11-15
* bug #1747: fix compilation with MSVCGravatar Gael Guennebaud2019-10-14
* Use "pdiv" rather than operator/ to support packet types.Gravatar Rasmus Munk Larsen2019-10-04
* Move implementation of vectorized error function erf() to SpecialFunctionsImp...Gravatar Rasmus Munk Larsen2019-09-27
* Fix for the HIP build+test errors.Gravatar Deven Desai2019-09-25
* Merged in rmlarsen/eigen (pull request PR-704)Gravatar Rasmus Larsen2019-09-24
|\
| * Add TODO to cleanup FMA cost modelling.Gravatar Rasmus Munk Larsen2019-09-24
* | Fix implicit conversion warnings and use pnegate to negate packetsGravatar Christoph Hertzberg2019-09-23
| * Add generic PacketMath implementation of the Error Function (erf).Gravatar Rasmus Munk Larsen2019-09-19
|/
* Merging eigen/eigen.Gravatar Srinivas Vasudevan2019-09-16
|\
* | Add Bessel functions to SpecialFunctions.Gravatar Srinivas Vasudevan2019-09-14
|/
* Add packetized versions of i0e and i1e special functions.Gravatar Srinivas Vasudevan2019-09-11
* Fix for the HIP build+test errors introduced by the ndtri support.Gravatar Deven Desai2019-09-06
* PR 681: Add ndtri function, the inverse of the normal distribution function.Gravatar Srinivas Vasudevan2019-08-12
* [SYCL] :Gravatar Mehdi Goli2019-07-01
* Fix doxygen warnings to enable statis code analysisGravatar Eugene Zhulenev2019-04-24
* Creating separate SYCL required PR for uncontroversial files.Gravatar Mehdi Goli2018-08-03
* Converting ad-hoc inline keyword to EIGEN_STRONG_INLINE MACRO.Gravatar Mehdi Goli2018-08-01
* 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