aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Collapse)AuthorAge
* Fixed MPRealSupportGravatar Christoph Hertzberg2015-02-28
|
* Re-enbale detection of min/max parentheses protection, and re-enable ↵Gravatar Gael Guennebaud2015-02-27
| | | | mpreal_support unit test.
* 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
| | | | Speeded up the unsupported_cxx11_tensor_image_patch test and reduced its memory footprint
* 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 ↵Gravatar Gael Guennebaud2015-02-13
|\ | | | | | | useless typedefs
| * 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
| | | | | | | | | | | | full matrix will be considered.
| | * 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
| | |/ | | | | | | | | | Gate the tensor index list code based on the value of EIGEN_HAS_CONSTEXPR
| | * Added more tests to cover tensor reductionsGravatar Benoit Steiner2015-01-28
| | |
| | * gcc doesn't consider thatGravatar Benoit Steiner2015-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | template<typename OtherDerived> TensorStridingOp& operator = (const OtherDerived& other) provides a valid assignment operator for the striding operation, and therefore refuses to compile code like: result.stride(foo) = source.stride(bar); Added the explicit TensorStridingOp& operator = (const TensorStridingOp& other) as a workaround to get the code to compile, and did the same in all the operations that can be used as lvalues.
| | * 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
| | | | | | | | | | | | | | | Added the ability to generate random numbers following a normal distribution Created a test to validate the ability to generate random numbers.
| | * 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 ↵Gravatar Benoit Steiner2015-01-06
| | | | | | | | | | | | work correctly even when the input coefficients aren't aligned.
* | | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index ↵Gravatar Christoph Hertzberg2014-12-04
| | | | | | | | | | | | to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
| * | Adding missing OPENGL_LIBRARIES for openglsupport test. Also adding OpenGL ↵Gravatar Abhijit Kundu2014-12-04
|/ / | | | | | | include directories as a better pratice even though these are system include directories in most systems.
| * 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
| | | | | | | | Generalized a TensorMap constructor
| * Fixed the return types of unary and binary expressions to properly handle ↵Gravatar Benoit Steiner2014-10-16
| | | | | | | | the case where it is different from the input type (e.g. abs(complex<float>))
| * 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
| |