eigen/unsupported/Eigen/CXX11
Eugene Brevdo 39baff850c Add TernaryFunctors and the betainc SpecialFunction.
TernaryFunctors and their executors allow operations on 3-tuples of inputs.
API fully implemented for Arrays and Tensors based on binary functors.

Ported the cephes betainc function (regularized incomplete beta
integral) to Eigen, with support for CPU and GPU, floats, doubles, and
half types.

Added unit tests in array.cpp and cxx11_tensor_cuda.cu


Collapsed revision
* Merged helper methods for betainc across floats and doubles.
* Added TensorGlobalFunctions with betainc().  Removed betainc() from TensorBase.
* Clean up CwiseTernaryOp checks, change igamma_helper to cephes_helper.
* betainc: merge incbcf and incbd into incbeta_cfe.  and more cleanup.
* Update TernaryOp and SpecialFunctions (betainc) based on review comments.
2016-06-02 17:04:19 -07:00
..
src Add TernaryFunctors and the betainc SpecialFunction. 2016-06-02 17:04:19 -07:00
CMakeLists.txt Refactor the unsupported CXX11/Core module to internal headers only. 2016-04-26 11:20:25 +02:00
Tensor Add TernaryFunctors and the betainc SpecialFunction. 2016-06-02 17:04:19 -07:00
TensorSymmetry Refactor the unsupported CXX11/Core module to internal headers only. 2016-04-26 11:20:25 +02:00
ThreadPool Fix missing inclusion of Eigen/Core 2016-04-27 23:05:40 +02:00