aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | | | Implement custom inplace triangular product to avoid a temporaryGravatar Gael Guennebaud2018-07-03
* | | | Make is_same_dense compatible with different scalar types.Gravatar Gael Guennebaud2018-07-03
* | | | Activate dgmres unit testGravatar Gael Guennebaud2018-07-02
* | | | Fix regression in changeset f05dea6b2326836e5e0243fbaffbece84b833d64Gravatar Gael Guennebaud2018-07-02
* | | | Simplify redux_evaluator using inheritance, and properly rename parameters in...Gravatar Gael Guennebaud2018-07-02
* | | | bug #1562: optimize evaluation of small products of the form s*A*B by rewriti...Gravatar Gael Guennebaud2018-07-02
* | | | Fix unit testGravatar Gael Guennebaud2018-07-01
* | | | update commentGravatar Gael Guennebaud2018-06-29
* | | | Merged in net147/eigen (pull request PR-411)Gravatar Gael Guennebaud2018-06-28
|\ \ \ \
* | | | | Fix order of EIGEN_DEVICE_FUNC and returned typeGravatar Gael Guennebaud2018-06-28
| * | | | Use std::complex constructor instead of assignment from scalarGravatar Jonathan Liu2018-06-28
|/ / / /
* | | | First step towards a generic vectorised quaternion productGravatar Gael Guennebaud2018-06-25
* | | | bug #1560 fix product with a 1x1 diagonal matrixGravatar Gael Guennebaud2018-06-25
* | | | mergeGravatar Rasmus Munk Larsen2018-06-22
|\ \ \ \
* | | | | Fix typo in pbend for AltiVec.Gravatar Rasmus Munk Larsen2018-06-22
| * | | | Merged in rmlarsen/eigen2 (pull request PR-409)Gravatar Benoit Steiner2018-06-21
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | bug #1555: compilation fix with XLCGravatar Gael Guennebaud2018-06-21
| | |_|/ | |/| |
* / | | Fix oversharding bug in parallelFor.Gravatar Rasmus Munk Larsen2018-06-20
|/ / /
* | / fix md5sum of lapack_addonsGravatar Gael Guennebaud2018-06-15
| |/ |/|
* | Merged in mfigurnov/eigen/gamma-der-a (pull request PR-403)Gravatar Benoit Steiner2018-06-11
|\ \
* | | bug #1531: make dedicatd unit testing for NumDimensionsGravatar Gael Guennebaud2018-06-08
* | | bug #1531: expose NumDimensions for solve and sparse expressions.Gravatar Gael Guennebaud2018-06-08
* | | bug #1531: expose NumDimensions for compatibility with TensorGravatar Gael Guennebaud2018-06-08
* | | bug #1550: prevent avoidable memory allocation in RealSchurGravatar Gael Guennebaud2018-06-08
* | | fix prototypeGravatar Gael Guennebaud2018-06-08
* | | Fix the way matrix folder is passed to the tests.Gravatar Gael Guennebaud2018-06-08
* | | Don't use std::equal_to inside cuda kernels since it's not supported.Gravatar Benoit Steiner2018-06-07
* | | Missing line during manual rebase of PR-374Gravatar Christoph Hertzberg2018-06-07
| * | Merge from eigen/eigenGravatar Michael Figurnov2018-06-07
| |\ \
| * | | Updated the stopping criteria in igammac_cf_impl.Gravatar Michael Figurnov2018-06-07
| * | | Derivative of the incomplete Gamma function and the sample of a Gamma random ...Gravatar Michael Figurnov2018-06-06
| | | * Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
| | |/ | |/|
* | | Adding EIGEN_DEVICE_FUNC to Products, especially Dense2Dense AssignmentGravatar Robert Lukierski2018-03-14
| |/ |/|
* | Merged in mfigurnov/eigen/fix-bessel (pull request PR-404)Gravatar Benoit Steiner2018-06-07
|\ \
| * \ Merge from eigen/eigen.Gravatar Michael Figurnov2018-06-07
| |\ \ | |/ / |/| |
* | | Fiw some warnings in dox examplesGravatar Gael Guennebaud2018-06-07
* | | Fix int versus IndexGravatar Gael Guennebaud2018-06-07
* | | Fix warningGravatar Gael Guennebaud2018-06-07
* | | Fix warningGravatar Gael Guennebaud2018-06-07
* | | Fix MSVC warning C4290: C++ exception specification ignored except to indicat...Gravatar Gael Guennebaud2018-06-07
| * | Fix compilation of special functions without C99 math.Gravatar Michael Figurnov2018-06-07
| |/
* | Fix short vs longGravatar Gael Guennebaud2018-06-07
* | Avoid unnecessary C++11 dependencyGravatar Christoph Hertzberg2018-06-07
* | Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* | Set EIGEN_IDEAL_MAX_ALIGN_BYTES correctly for AVX512 buildsGravatar Mark D Ryan2018-05-17
* | Performance improvements to tensor broadcast operationGravatar Vamsi Sripathi2018-05-23
* | Fix compilation with MSVC by reverting to char* for _mm_prefetch except for P...Gravatar Gael Guennebaud2018-06-07
|/
* Merged in mfigurnov/eigen (pull request PR-400)Gravatar Benoit Steiner2018-06-05
|\
* | Add a ThreadPoolInterface* getter for ThreadPoolDevice.Gravatar Penporn Koanantakool2018-06-02
* | Don't run hg on non mercurial cloneGravatar Gael Guennebaud2018-05-31