aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* 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
* | Sharded a large testGravatar Benoit Steiner2015-03-30
* | 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
| * Fixed compilation warningGravatar Benoit Steiner2015-03-16
| * Fixed compilation error with clangGravatar Benoit Steiner2015-03-16
| * Fixes the Lvalue computation by actually setting the LvalueBit properly when ...Gravatar Benoit Steiner2015-03-16
* | Fixed clang compilation warningGravatar Benoit Steiner2015-02-28
* | Silenced some compilation warningsGravatar Benoit Steiner2015-02-28
* | Fixed another batch of compilation warningsGravatar Benoit Steiner2015-02-28
* | Silenced one more comilation warningGravatar Benoit Steiner2015-02-28
* | Fixed compilation warningsGravatar Benoit Steiner2015-02-27
* | Fixed compilation warningsGravatar Benoit Steiner2015-02-27
* | Pulled latest updates from trunkGravatar Benoit Steiner2015-02-27
|\ \
* | | Added support for 32bit index on a per tensor/tensor expression. This enables...Gravatar Benoit Steiner2015-02-27
* | | Switch to truncated casting when converting floating point types to integer. ...Gravatar Benoit Steiner2015-02-27
* | | Added support for vectorized type casting of tensorsGravatar Benoit Steiner2015-02-27
| | * Fixed compilation error when compiling with gcc4.7Gravatar Benoit Steiner2015-03-03
| | * Replaced POSIX random() by internal::randomGravatar Christoph Hertzberg2015-02-28
| | * Fixed MPRealSupportGravatar Christoph Hertzberg2015-02-28
| | * Re-enbale detection of min/max parentheses protection, and re-enable mpreal_s...Gravatar Gael Guennebaud2015-02-27
| |/
| * Can now use the tensor 'reverse' operation as a lvalueGravatar Benoit Steiner2015-02-26
|/
* Added more tests to validate support for tensors laid out in RowMajor order.Gravatar Benoit Steiner2015-02-25
* Added support for RowMajor layout to the tensor patch extraction cofde.Gravatar Benoit Steiner2015-02-25
* Added support for RowMajor layout to the image patch extraction codeGravatar Benoit Steiner2015-02-25
* Remove EIGEN_TEST_C++0x option and let EIGEN_TEST_CXX11 adds the -std=c++11 flagGravatar Gael Guennebaud2015-02-20
* Added support for tensor concatenation as lvalueGravatar Benoit Steiner2015-02-17
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * merge Tensor module within Eigen/unsupported and update gemv BLAS wrapperGravatar Gael Guennebaud2015-02-12
| |\
| | * Added a test to validate tensor casting on cuda devicesGravatar Benoit Steiner2015-02-10
| | * Fixed compilation errorGravatar Benoit Steiner2015-02-10
| * | typoGravatar Gael Guennebaud2015-02-10
| * | Allows Lower|Upper as a template argument of CG and MINRES: in this case the ...Gravatar Gael Guennebaud2015-02-10
| | * Pulled latest fixesGravatar Benoit Steiner2015-02-06
| | |\