aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h
Commit message (Expand)AuthorAge
* Fuse computations into the Tensor contractions using output kernelGravatar Eugene Zhulenev2018-07-10
* Merge from eigen/eigenGravatar Michael Figurnov2018-06-07
|\
| * Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* | Derivative of the incomplete Gamma function and the sample of a Gamma random ...Gravatar Michael Figurnov2018-06-06
|/
* Exponentially scaled modified Bessel functions of order zero and one.Gravatar Michael Figurnov2018-05-31
* Rename clip2 to clamp.Gravatar Rasmus Munk Larsen2018-05-16
* Rename scalar_clip_op to scalar_clip2_op to prevent collision with existing f...Gravatar Rasmus Munk Larsen2018-05-16
* Add vectorized clip functor for Eigen Tensors.Gravatar Rasmus Munk Larsen2018-05-14
* Workaround nvcc 9.0 issue. See PR 351.Gravatar Gael Guennebaud2017-12-15
* Merged in tntnatbry/eigen (pull request PR-319)Gravatar Benoit Steiner2017-07-07
* Fixing TensorArgMaxSycl.h; Removing warning related to the hardcoded type of ...Gravatar Mehdi Goli2017-03-28
* Added support for expm1 in Eigen.Gravatar Srinivas Vasudevan2016-12-02
* Add missing log1p methodGravatar Gael Guennebaud2016-08-26
* Merged in ibab/eigen (pull request PR-206)Gravatar Benoit Steiner2016-08-03
|\
* | fix clang compilationGravatar Gael Guennebaud2016-07-04
* | Workaround compilation issue with msvcGravatar Gael Guennebaud2016-07-04
| * Expose real and imag methods on TensorsGravatar Igor Babuschkin2016-07-01
|/
* merge PR 194Gravatar Gael Guennebaud2016-06-23
|\
* | Implement exclusive scan optionGravatar Igor Babuschkin2016-06-14
| * Update Tensor module to use bind1st_op and bind2nd_opGravatar Gael Guennebaud2016-06-14
|/
* Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* Add generic scan methodGravatar Igor Babuschkin2016-06-03
* Add syntactic sugar to Eigen tensors to allow more natural syntax.Gravatar Rasmus Munk Larsen2016-06-02
* Add tensor scan opGravatar Igor Babuschkin2016-06-02
* Added a new operation to enable more powerful tensorindexing.Gravatar Benoit Steiner2016-05-27
* Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
* Added support for exclusive orGravatar Benoit Steiner2016-04-14
* Added support for isinf, isnan, and isfinite checks to the tensor apiGravatar Benoit Steiner2016-04-07
* Fixed typos in the implementation of the zeta and polygamma ops.Gravatar Benoit Steiner2016-04-06
* Fixed CUDA signature.Gravatar Till Hoffmann2016-04-01
* Added polygamma function.Gravatar Till Hoffmann2016-04-01
* Added zeta function.Gravatar Till Hoffmann2016-04-01
* Explicitly cast the default value into the proper scalar type.Gravatar Benoit Steiner2016-03-21
* Properly fix merge issues.Gravatar Eugene Brevdo2016-03-08
|\
* | Fixed the tensor chipping code.Gravatar Benoit Steiner2016-03-08
* | Added the ability to pad a tensor using a non-zero valueGravatar Benoit Steiner2016-03-07
| * Fix Eigen's building of sharded tests that use CUDA & more igamma/igammac bug...Gravatar Eugene Brevdo2016-03-07
* | Added support for rounding, flooring, and ceiling to the tensor apiGravatar Benoit Steiner2016-03-03
|/
* Added a method to conjugate the content of a tensor or the result of a tensor...Gravatar Benoit Steiner2016-02-11
* Add digamma for CPU + CUDA. Includes tests.Gravatar Eugene Brevdo2015-12-24
* Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
* Use integers instead of std::size_t to encode the number of dimensions in the...Gravatar Benoit Steiner2015-12-04
* added scalar_sign_op (both real,complex)Gravatar Mark Borgerding2015-11-24
* Use Eigen::NumTraits instead of std::numeric_limitsGravatar Benoit Steiner2015-11-11
* Fixed typosGravatar Benoit Steiner2015-11-06
* Reimplement the tensor comparison operators by using the scalar_cmp_op functo...Gravatar Benoit Steiner2015-11-06
* Added support for modulo operationGravatar Benoit Steiner2015-11-05
* Added missing glue logicGravatar Benoit Steiner2015-10-22
* Added some syntactic sugar to make it simpler to compare a tensor to a scalar.Gravatar Benoit Steiner2015-10-21
* Added support for boolean reductions (ie 'and' & 'or' reductions)Gravatar Benoit Steiner2015-10-20