aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | Removed an incorrect assertion.Gravatar Benoit Steiner2015-07-27
| |
| * Merged in godeffroy/eigen_tensor_generalized_contraction (pull request PR-130)Gravatar Benoit Steiner2015-07-27
| |\ | | | | | | | | | Allowed tensor contraction operation with an empty array of dimension pairs, which performs a tensor product.
| * | bug #792: SparseLU::factorize failed for structurally rank deficient matricesGravatar Christoph Hertzberg2015-07-26
| | |
| | * Allowed tensor contraction operation with an empty array of dimension pairs, ↵Gravatar Godeffroy Valet2015-07-25
| |/ | | | | | | which performs a tensor product.
* / Fixed a typo in an assertion.Gravatar Benoit Steiner2015-07-24
|/
* Pulled latest update from trunkGravatar Benoit Steiner2015-07-23
|\
* | Reenable 2 tests previously disabled by mistakeGravatar Benoit Steiner2015-07-23
| |
| * Re-enabled unit tests which were disabled in commit ↵Gravatar Christoph Hertzberg2015-07-23
|/ | | | | | 4200bdec2478d07b77f25ccc87094e2fba63cec6 .
* Define EIGEN_VECTORIZE_AVX2 and EIGEN_VECTORIZE_FMA when the corresponding ↵Gravatar Benoit Steiner2015-07-22
| | | | instructions can be used by the compiler
* Pulled latest updates from trunkGravatar Benoit Steiner2015-07-22
|\
* | Extended the range of value inputs for TensorIntDiv to support tensors with ↵Gravatar Benoit Steiner2015-07-22
| | | | | | | | more than 4 billion elements.
| * Remove wrongly pushed debugging statementsGravatar Gael Guennebaud2015-07-22
| |
| * Fixed some compiler bugs in NVCC, now compiles with CUDA.Gravatar Jonas Adler2015-07-22
|/ | | | (chtz: Manually joined sevaral commits to keep the history clean)
* Made sure that the use const expressions are not enabled when compiling with ↵Gravatar Benoit Steiner2015-07-21
| | | | nvcc even when gcc 4.9 is used as the host compiler.
* 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 ↵Gravatar Gael Guennebaud2015-07-20
| | | | | | combinatorial search. The previous implementation was subject to numerical cancellation issues.
* 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 ↵Gravatar Gael Guennebaud2015-07-20
| | | | a scalar for either x or e. Add x.pow(e) with e an array expression.
* 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 ↵Gravatar Benoit Steiner2015-07-17
| | | | of the tensors is different.
* 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 ↵Gravatar Benoit Steiner2015-07-16
| | | | cxx11_tensor_index_list tests
* Define EIGEN_HAS_INDEX_LIST whenever the class is defined. This makes it ↵Gravatar Benoit Steiner2015-07-16
| | | | easier to support compilers that are cxx11 compliant and compilers that aren't.
* 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 ↵Gravatar Benoit Steiner2015-07-15
| | | | the EvalRange functor
* 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
| |\ | | | | | | | | | Modify GEMM to handle m=0, n=0, and k=0 cases.
| * | 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 ↵Gravatar Benoit Steiner2015-07-13
| | | | | | | | | | | | to be incorrectly handled
| * | 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
| |/