aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix ForceNonZeroDiag for complexesGravatar Gael Guennebaud2015-08-04
|
* Fixed compilation warningGravatar Benoit Steiner2015-08-03
|
* Fixed 2 compilation warnings generated by llvmGravatar Benoit Steiner2015-07-29
|
* Added a test for shufflingGravatar Benoit Steiner2015-07-29
|
* Fixed a few compilation warnings triggered by clangGravatar Benoit Steiner2015-07-29
|
* Simplified and generalized the DividerTraits codeGravatar Benoit Steiner2015-07-29
|
* Add missing specialization of struct DividerTraits<long>Gravatar Gael Guennebaud2015-07-29
|
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
|
* typoGravatar Gael Guennebaud2015-07-29
|
* bug #973: update macro-level control of alignement by introducing ↵Gravatar Gael Guennebaud2015-07-29
| | | | user-controllable EIGEN_MAX_ALIGN_BYTES and EIGEN_MAX_STATIC_ALIGN_BYTES macros. This changeset also removes EIGEN_ALIGN (replaced by EIGEN_MAX_ALIGN_BYTES>0), EIGEN_ALIGN_STATICALLY (replaced by EIGEN_MAX_STATIC_ALIGN_BYTES>0), EIGEN_USER_ALIGN*, EIGEN_ALIGN_DEFAULT (replaced by EIGEN_ALIGN_MAX).
* bug #1047: document the structure layout of class MatrixGravatar Gael Guennebaud2015-07-29
|
* bug #1048: fix unused variable warningGravatar Gael Guennebaud2015-07-28
|
* Pulled latest updates from trunk.Gravatar Benoit Steiner2015-07-27
|\
* | 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
|