aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Collapse)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 ↵Gravatar Benoit Steiner2015-11-18
| | | | the divisor can be equal to one since it isn't supported.
* 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
| | | | the [] operator to index a tensor. Added unit tests to validate the use of std::map and a few more types as valid custom index containers
* Tightened the definition of isOfNormalIndex to take into account integer ↵Gravatar Benoit Steiner2015-10-14
| | | | | | | types in addition to arrays of indices Only compile the custom index code when EIGEN_HAS_SFINAE is defined. For the time beeing, EIGEN_HAS_SFINAE is a synonym for EIGEN_HAS_VARIADIC_TEMPLATES, but this might evolve in the future. Moved some code around.
* added CustomIndex capability only to Tensor and not yet to TensorBase.Gravatar Gabriel Nützi2015-10-09
| | | | | | | | | | | | | | using Sfinae and is_base_of to select correct template which converts to array<Index,NumIndices> user: Gabriel Nützi <gnuetzi@gmx.ch> branch 'default' added unsupported/Eigen/CXX11/src/Tensor/TensorMetaMacros.h added unsupported/test/cxx11_tensor_customIndex.cpp changed unsupported/Eigen/CXX11/Tensor changed unsupported/Eigen/CXX11/src/Tensor/Tensor.h changed unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h changed unsupported/test/CMakeLists.txt
* 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 ↵Gravatar Christoph Hertzberg2015-09-02
| | | | unalignedcount unit test fails with AVX enabled)
* 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
| | | | which performs a tensor product.
* Extended the range of value inputs for TensorIntDiv to support tensors with ↵Gravatar Benoit Steiner2015-07-22
| | | | more than 4 billion elements.
* 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 ↵Gravatar Benoit Steiner2015-07-17
| | | | of the tensors is different.
* Added support for sigmoid function to the tensor moduleGravatar Benoit Steiner2015-07-17
|
* Use the new EIGEN_HAS_INDEX_LIST define to enable the ↵Gravatar Benoit Steiner2015-07-16
| | | | cxx11_tensor_index_list tests
* Added support for tensor inflation.Gravatar Benoit Steiner2015-07-16
|
* Fixed compilation error in a cuda testGravatar Benoit Steiner2015-07-15
|