aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fixed a spelling errorGravatar ITimer2015-08-10
* bug #1053: SparseLU failed with EIGEN_DEFAULT_TO_ROW_MAJORGravatar Christoph Hertzberg2015-08-07
* Remove dense nested loops in IncompleteCholeskyGravatar Gael Guennebaud2015-08-04
* Numerous fixes for IncompleteCholesky. Still have to make it fully exploit th...Gravatar Gael Guennebaud2015-08-04
* Add a unit test for IncompleteCholeskyGravatar Gael Guennebaud2015-08-04
* Propagate precondition info to the iterative solver.Gravatar Gael Guennebaud2015-08-04
* Fix conversion warningGravatar Gael Guennebaud2015-08-04
* 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 user-contro...Gravatar Gael Guennebaud2015-07-29
* 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
| |\
| * | 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
| |/
* / 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 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
|\