aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| * Re-enabled unit tests which were disabled in commit 4200bdec2478d07b77f25ccc8...Gravatar Christoph Hertzberg2015-07-23
|/
* Define EIGEN_VECTORIZE_AVX2 and EIGEN_VECTORIZE_FMA when the corresponding in...Gravatar Benoit Steiner2015-07-22
* Pulled latest updates from trunkGravatar Benoit Steiner2015-07-22
|\
* | Extended the range of value inputs for TensorIntDiv to support tensors with m...Gravatar Benoit Steiner2015-07-22
| * Remove wrongly pushed debugging statementsGravatar Gael Guennebaud2015-07-22
| * Fixed some compiler bugs in NVCC, now compiles with CUDA.Gravatar Jonas Adler2015-07-22
|/
* Made sure that the use const expressions are not enabled when compiling with ...Gravatar Benoit Steiner2015-07-21
* The eigen_check macro doesn't exist anymore: use assert insteadGravatar Benoit Steiner2015-07-21
* Fix compilation of tri(sparse) * dense with OpenMPGravatar Gael Guennebaud2015-07-21
* add regression unit test for previous changesetGravatar Gael Guennebaud2015-07-21
* AlignedVector3 accepts implicit conversions from more operators.Gravatar Valentin Roussellet2015-07-21
* Fix output of relative error, and add more support for long doubleGravatar Gael Guennebaud2015-07-21
* bug #1036: implement verify_is_approx_upto_permutation through a combinatoria...Gravatar Gael Guennebaud2015-07-20
* Add pow(scalar,array) in quick refGravatar Gael Guennebaud2015-07-20
* Generalize pow(x,e) such that x and e can be a different expression type or a...Gravatar Gael Guennebaud2015-07-20
* Fix trivial warnings.Gravatar Gael Guennebaud2015-07-20
* Fix compilation of isnan(complex)Gravatar Gael Guennebaud2015-07-20
* Add support for replicate in CUDAGravatar Gael Guennebaud2015-07-20
* 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
* Fixed a const correctness issue in TensorLayoutSwapGravatar Benoit Steiner2015-07-17
* Added support for prefetching on cuda devicesGravatar Benoit Steiner2015-07-17
* Pulled latest updates from trunkGravatar Benoit Steiner2015-07-17
|\
* | Added support for sigmoid function to the tensor moduleGravatar Benoit Steiner2015-07-17
| * Add const getters for LM parametersGravatar Nicolas Mellado2015-07-17
|/
* Fixed a typo in Macro.hGravatar Benoit Steiner2015-07-16
* Use the new EIGEN_HAS_INDEX_LIST define to enable the cxx11_tensor_index_list...Gravatar Benoit Steiner2015-07-16
* Define EIGEN_HAS_INDEX_LIST whenever the class is defined. This makes it easi...Gravatar Benoit Steiner2015-07-16
* Added missing APIs to the Eigen::Sizes classGravatar Benoit Steiner2015-07-16
* Added support for tensor inflation.Gravatar Benoit Steiner2015-07-16
* Avoid relying on a default value for the Vectorizable template parameter of t...Gravatar Benoit Steiner2015-07-15
* 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
* Added support for multi gpu configuration to the GpuDevice classGravatar Benoit Steiner2015-07-15
* Clean some previous changes and more cuda fixesGravatar Gael Guennebaud2015-07-15
* Merged eigen/eigen into defaultGravatar Nicolas Mellado2015-07-15
|\
* | Add missing EIGEN_DEVICE_FUNCGravatar Nicolas Mellado2015-07-15
| * Merged in emartin/eigen (pull request PR-123)Gravatar Gael Guennebaud2015-07-13
| |\
| * | 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
| * | bug #1039: Redefining EIGEN_DEFAULT_DENSE_INDEX_TYPE may lead to errorsGravatar Christoph Hertzberg2015-07-13
| * | Fix operator<<(ostream,AlignedVector3)Gravatar Gael Guennebaud2015-07-13
| | * Modify GEMM to handle m=0, n=0, and k=0 cases.Gravatar Eric Martin2015-07-11
| |/
* | CleaningGravatar Nicolas Mellado2015-07-11
* | Revert files to remove EIGEN_USING_NUMEXT_MATHGravatar Nicolas Mellado2015-07-11
* | Replace double constants by Scalar constantsGravatar Nicolas Mellado2015-07-11
* | Cuda compatibility: remove explicit call to std math functionsGravatar Nicolas Mellado2015-07-11
* | Merged eigen/eigen into defaultGravatar Nicolas Mellado2015-07-11
|\|
| * Added support for generation of random complex numbers on CUDA devicesGravatar Benoit Steiner2015-07-07
| * Use NumTraits<T>::RequireInitialization instead of internal::is_arithmetic<T>...Gravatar Benoit Steiner2015-07-07