aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* Added a test to validate tensor casting on cuda devicesGravatar Benoit Steiner2015-02-10
* Fixed compilation errorGravatar Benoit Steiner2015-02-10
* Pulled latest fixesGravatar Benoit Steiner2015-02-06
|\
| * mergeGravatar Gael Guennebaud2015-02-06
| |\
| * | Fix clang compilationGravatar Gael Guennebaud2015-02-06
| * | Fix non initialized entries and comparison of very small numbersGravatar Gael Guennebaud2015-02-06
* | | Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
|\ \ \ | |_|/ |/| |
* | | Fixed compilation error in the tensor broadcasting testGravatar Benoit Steiner2015-02-06
* | | Added the EIGEN_HAS_CONSTEXPR defineGravatar Benoit Steiner2015-02-06
| |/ |/|
* | Added more tests to cover tensor reductionsGravatar Benoit Steiner2015-01-28
* | gcc doesn't consider thatGravatar Benoit Steiner2015-01-16
* | Added cube() operationGravatar Benoit Steiner2015-01-15
* | Created many additional testsGravatar Benoit Steiner2015-01-14
* | Expanded the functionality of index listsGravatar Benoit Steiner2015-01-14
* | Fixed the printing of RowMajor tensorsGravatar Benoit Steiner2015-01-14
* | Misc improvements for fixed size tensorsGravatar Benoit Steiner2015-01-14
* | Improved the performance of tensor reductionsGravatar Benoit Steiner2015-01-14
* | Created a test for tensor type castingGravatar Benoit Steiner2015-01-14
* | Added ability to reverse the order of the coefficients in a tensorGravatar Benoit Steiner2015-01-14
* | Added ability to swap the layout of a tensorGravatar Benoit Steiner2015-01-14
* | Improved tensor referencesGravatar Benoit Steiner2015-01-14
* | Ensured that contractions that can be reduced to a matrix vector product work...Gravatar Benoit Steiner2015-01-06
| * Adding missing OPENGL_LIBRARIES for openglsupport test. Also adding OpenGL in...Gravatar Abhijit Kundu2014-12-04
* | Added support for extraction of patches from imagesGravatar Benoit Steiner2014-11-13
* | Added support for static list of indicesGravatar Benoit Steiner2014-11-12
* | Fixed a compilation error triggered by some operations on fixed sized tensorsGravatar Benoit Steiner2014-11-05
* | Fixed a testGravatar Benoit Steiner2014-11-05
* | Fixed a testGravatar Benoit Steiner2014-10-31
| * Move D&C SVD to official SVD module.Gravatar Gael Guennebaud2014-10-29
* | Added support for tensor referencesGravatar Benoit Steiner2014-10-28
| * Removed weird self assignment.Gravatar Christoph Hertzberg2014-10-24
* | Added access to the unerlying raw data of a tnsor slice/chip whenever possibleGravatar Benoit Steiner2014-10-17
* | Silenced a few compilation warningsGravatar Benoit Steiner2014-10-16
* | Fixed the return types of unary and binary expressions to properly handle the...Gravatar Benoit Steiner2014-10-16
* | Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* | Added support for patch extractionGravatar Benoit Steiner2014-10-13
* | Added ability to print a tensor using an iostream.Gravatar Benoit Steiner2014-10-10
* | Added support for tensor chipsGravatar Benoit Steiner2014-10-10
* | Fixed the tensor shuffling testGravatar Benoit Steiner2014-10-10
* | Fixed the thread pool testGravatar Benoit Steiner2014-10-10
* | Improved the functors defined for standard reductionsGravatar Benoit Steiner2014-10-09
| * Various numerical fixes in D&C SVD: I cannot make it fail with double, but st...Gravatar Gael Guennebaud2014-10-09
| * D&C SVD: add scaling to avoid overflow, fix handling of fixed size matricesGravatar Gael Guennebaud2014-10-06
* | Improved contraction testGravatar Benoit Steiner2014-10-03
* | Generalized the gebp apisGravatar Benoit Steiner2014-10-02
* | Fixes for the forced evaluation of tensor expressionsGravatar Benoit Steiner2014-10-02
* | More tests to validate the const-correctness of the tensor code.Gravatar Benoit Steiner2014-10-02
* | Added support for tensor reductions and concatenationsGravatar Benoit Steiner2014-10-01
* | Added tests for tensors of const values and tensors of stringswwq::Gravatar Benoit Steiner2014-10-01
| * Let KroneckerProduct exploits the recently introduced generic InnerIterator c...Gravatar Gael Guennebaud2014-09-29