aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h
Commit message (Expand)AuthorAge
* 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
* Added support for argmax/argminGravatar Benoit Steiner2015-08-31
* Added support for sigmoid function to the tensor moduleGravatar Benoit Steiner2015-07-17
* Added support for tensor inflation.Gravatar Benoit Steiner2015-07-16
* Enabled the construction of a fixed sized tensor directly from an expression.Gravatar Benoit Steiner2015-07-13
* Improved and cleaned up the 2d patch extraction codeGravatar Benoit Steiner2015-07-07
* Added support for user defined custom tensor op.Gravatar Benoit Steiner2015-06-30
* Added support for 3D patch extractionGravatar Benoit Steiner2015-06-30
* Express the full reduction operations (such as sum, max, min) using TensorDim...Gravatar Benoit Steiner2015-06-29
* Added support for tanh function to the tensor codeGravatar Benoit Steiner2015-06-29
* Added the ability to generate a tensor from a custom user defined 'generator'...Gravatar Benoit Steiner2015-04-22
* Improved the tensor random number generators:Gravatar Benoit Steiner2015-04-20
* Made the index type a template parameter of the tensor class instead of encod...Gravatar Benoit Steiner2015-03-30