aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* Update ADOL-C support.Gravatar Gael Guennebaud2015-11-30
* Fixed another clang compilation warningGravatar Benoit Steiner2015-11-19
* Fixed compilation warning generated by clangGravatar Benoit Steiner2015-11-19
* Shard the uint128 testGravatar Benoit Steiner2015-11-19
* Cleanup the integer division testGravatar Benoit Steiner2015-11-19
* Added support for 128bit integers on CUDA devices.Gravatar Benoit Steiner2015-11-19
* Avoid using the version of TensorIntDiv optimized for 32-bit integers when th...Gravatar Benoit Steiner2015-11-18
* Completed the IndexList rewriteGravatar Benoit Steiner2015-11-12
* Pulled latest updates from trunkGravatar Benoit Steiner2015-11-05
|\
* | Updated the regressions tests that cover full reductionsGravatar Benoit Steiner2015-11-05
| * Add unit test for Hessian via AutoDiffScalarGravatar Gael Guennebaud2015-11-05
|/
* Pulled latest updates from trunkGravatar Benoit Steiner2015-10-29
|\
* | Added a few tests to cover rank-0 tensorsGravatar Benoit Steiner2015-10-29
| * Enable mpreal unit test for C++11 compiler onlyGravatar Gael Guennebaud2015-10-27
|/
* Fixed compilation error triggered by gcc 4.7Gravatar Benoit Steiner2015-10-26
* disable usage of INTMAX_TGravatar Gael Guennebaud2015-10-23
* remove useless cstdint headerGravatar Gael Guennebaud2015-10-23
* Added tests for the fft codeGravatar Benoit Steiner2015-10-22
* Fixed incorrect expected valueGravatar Benoit Steiner2015-10-22
* Added a constructor to simplify the construction of tensormap from tensorGravatar 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
* Updated the custom indexing code: we can now use any container that provides ...Gravatar Benoit Steiner2015-10-15
* Tightened the definition of isOfNormalIndex to take into account integer type...Gravatar Benoit Steiner2015-10-14
* added CustomIndex capability only to Tensor and not yet to TensorBase.Gravatar Gabriel Nützi2015-10-09
* Fix macro issuesGravatar Gael Guennebaud2015-10-13
* update mpreal.hGravatar Gael Guennebaud2015-10-13
* Move IncompleteCholesky to official modulesGravatar Gael Guennebaud2015-10-08
* Cleaned up a testGravatar Benoit Steiner2015-09-18
* Fixed compilation warningGravatar Benoit Steiner2015-09-17
* Fix return type for TensorEvaluator<TensorSlicingOp>::dataGravatar Benoit Steiner2015-09-17
* Fixed a compilation warningGravatar Benoit Steiner2015-09-08
* Fixed a compilation warningGravatar Benoit Steiner2015-09-08
* Use full packet size for Dynamic-sized objects (otherwise, the unalignedcount...Gravatar Christoph Hertzberg2015-09-02
* Added support for argmax/argminGravatar Benoit Steiner2015-08-31
* Fix some trivial warningsGravatar Christoph Hertzberg2015-08-19
* Protect further isnan/isfinite/isinf callsGravatar Christoph Hertzberg2015-08-16
* Add a unit test for IncompleteCholeskyGravatar Gael Guennebaud2015-08-04
* Added a test for shufflingGravatar Benoit Steiner2015-07-29
* Fixed a few compilation warnings triggered by clangGravatar Benoit Steiner2015-07-29
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* Allowed tensor contraction operation with an empty array of dimension pairs, ...Gravatar Godeffroy Valet2015-07-25
* Extended the range of value inputs for TensorIntDiv to support tensors with m...Gravatar Benoit Steiner2015-07-22
* add regression unit test for previous changesetGravatar Gael Guennebaud2015-07-21
* Fixed a typo in a test and a compilation warningGravatar Benoit Steiner2015-07-17
* Rewrote Eigen::dimensions_match to prevent a static assertion when the rank o...Gravatar Benoit Steiner2015-07-17
* Added support for sigmoid function to the tensor moduleGravatar Benoit Steiner2015-07-17
* Use the new EIGEN_HAS_INDEX_LIST define to enable the cxx11_tensor_index_list...Gravatar Benoit Steiner2015-07-16
* Added support for tensor inflation.Gravatar Benoit Steiner2015-07-16
* Fixed compilation error in a cuda testGravatar Benoit Steiner2015-07-15