aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* 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
* Updated the cuda tests to use the new GpuDevice constructorGravatar Benoit Steiner2015-07-15
* Enabled the construction of a fixed sized tensor directly from an expression.Gravatar Benoit Steiner2015-07-13
* Fixed a bug in the integer division code that caused some large numerators to...Gravatar Benoit Steiner2015-07-13
* Fix operator<<(ostream,AlignedVector3)Gravatar Gael Guennebaud2015-07-13
* Added support for generation of random complex numbers on CUDA devicesGravatar Benoit Steiner2015-07-07
* 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
* Added a test for multithreaded full reductionsGravatar Benoit Steiner2015-06-30
* Fixed a few compilation warningsGravatar Benoit Steiner2015-06-30
* Added a test for full reductions on GPUGravatar Benoit Steiner2015-06-29
* Fixed a compilation warningGravatar Benoit Steiner2015-06-17
* Fix shadow warnings in Tensor moduleGravatar Gael Guennebaud2015-06-16
* Fix compilation of alignedvector3 unit testGravatar Gael Guennebaud2015-06-16
* Moved away from std::async and std::future as the underlying mechnism for the...Gravatar Benoit Steiner2015-05-20
* Fixed compilation error triggered by gcc 4.7Gravatar Benoit Steiner2015-05-20
* Added new version of the TensorIntDiv class optimized for 32 bit signed integ...Gravatar Benoit Steiner2015-05-19
* Fix trivial warnings in LevenbergMarquardt module and testGravatar Christoph Hertzberg2015-04-24
* Added the ability to generate a tensor from a custom user defined 'generator'...Gravatar Benoit Steiner2015-04-22
* Use ptrdiff_t instead of size_t to encode fixed sizes. This silences several ...Gravatar Benoit Steiner2015-04-17
* Updated the cxx11_tensor_convolution test to avoid using cxx11 features. This...Gravatar Benoit Steiner2015-04-16
* Updated a regression test to avoid compilation errors when compiling with gcc...Gravatar Benoit Steiner2015-04-16
* Pulled latest changes from trunkGravatar Benoit Steiner2015-04-14
|\
| * Fixed a bug when chipping tensors laid out in row major order.Gravatar Benoit Steiner2015-04-07
| * Fixed the order of 2 #includesGravatar Benoit Steiner2015-04-06
* | Pulled latest updates from trunkGravatar Benoit Steiner2015-04-01
|\|
| * Added regression tests for tensor convolutionsGravatar Benoit Steiner2015-03-31