aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Introduce the macro ei_declare_local_nested_eval to help allocating on the st...Gravatar Gael Guennebaud2018-07-09
* bug #1567: add optimized path for tensor broadcasting and 'Channel First' shapeGravatar Gael Guennebaud2018-07-09
* Skip null numerators in triangular-vector-solve (as in BLAS TRSV).Gravatar Gael Guennebaud2018-07-09
* Fix legitimate "declaration shadows a typedef" warningGravatar Gael Guennebaud2018-07-09
* Fix the Packet16h version of ptransposeGravatar Mark D Ryan2018-06-16
* Fix a few issues with Packet16hGravatar Gael Guennebaud2018-07-07
* complete implementation of Packet16h (AVX512)Gravatar Gael Guennebaud2018-07-06
* palign is not used anymore, so let's relax the unit testGravatar Gael Guennebaud2018-07-06
* test product kernel with half-floats.Gravatar Gael Guennebaud2018-07-06
* Complete Packet8h implementation and test it in packetmath unit testGravatar Gael Guennebaud2018-07-06
* Add unitests for inverse and selfadjoint-eigenvalues on CUDAGravatar Gael Guennebaud2018-07-06
* Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* bug #1565: help MSVC to generatenot too bad ASM in reductions.Gravatar Gael Guennebaud2018-07-05
* 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 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