aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h
Commit message (Expand)AuthorAge
* 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
* Pulled latest update from the eigen main codebaseGravatar Benoit Steiner2015-03-24
|\
| * Changed the way lvalue operations are declared in TensorBase: this fixes cons...Gravatar Benoit Steiner2015-03-17
* | Pulled latest updates from trunkGravatar Benoit Steiner2015-02-27
|\|
* | Added support for vectorized type casting of tensorsGravatar Benoit Steiner2015-02-27
* | Added support for fast reciprocal square root computation.Gravatar Benoit Steiner2015-02-26
| * Can now use the tensor 'reverse' operation as a lvalueGravatar Benoit Steiner2015-02-26
|/
* Added support for tensor concatenation as lvalueGravatar Benoit Steiner2015-02-17
* Added cube() operationGravatar Benoit Steiner2015-01-15
* Improved support for RowMajor tensorsGravatar Benoit Steiner2015-01-14
* Added support for extraction of patches from imagesGravatar Benoit Steiner2014-11-13
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* Added support for patch extractionGravatar Benoit Steiner2014-10-13
* Added support for tensor chipsGravatar Benoit Steiner2014-10-10
* Rewrote the TensorBase::random method to support the generation of random num...Gravatar Benoit Steiner2014-10-09
* Added support for the *= and /* operators to TensorBaseGravatar Benoit Steiner2014-10-08
* Added support for tensor reductions and concatenationsGravatar Benoit Steiner2014-10-01
* Added support for evaluation of tensor shuffling operations as lvaluesGravatar Benoit Steiner2014-09-04
* Added support for broadcastingGravatar Benoit Steiner2014-08-20
* Added support for padding, stridding, and shufflingGravatar Benoit Steiner2014-08-14
* Added support for tensor slicingGravatar Benoit Steiner2014-07-07
* TensorEval are now typed on the device: this will make it possible to use par...Gravatar Benoit Steiner2014-06-10
* Improved support for rvalues in tensor expressions.Gravatar Benoit Steiner2014-06-09
* Added support for convolution and reshaping of tensors.Gravatar Benoit Steiner2014-06-06
* Added support for tensor contractionsGravatar Benoit Steiner2014-06-04
* Added support for additional tensor operations:Gravatar Benoit Steiner2014-05-22
* Vectorized the evaluation of tensor expression (using SSE, AVX, NEON, ...)Gravatar Benoit Steiner2014-05-16
* Added support for fixed sized tensors.Gravatar Benoit Steiner2014-05-06
* Extended support for Tensors:Gravatar Benoit Steiner2014-04-28