aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
...
* | Tensor block evaluation V2 support for unary/binary/broadcstingGravatar Eugene Zhulenev2019-09-24
* | bug #1746: Removed implementation of standard copy-constructor and standard c...Gravatar Christoph Hertzberg2019-09-24
| * Add generic PacketMath implementation of the Error Function (erf).Gravatar Rasmus Munk Larsen2019-09-19
* | Fix build on setups without AVX512DQ.Gravatar Rasmus Munk Larsen2019-09-19
|/
* Fix for the HIP build+test errors.Gravatar Deven Desai2019-09-18
* Add Bessel functions to SpecialFunctions.Gravatar Srinivas Vasudevan2019-09-14
* Add packetized versions of i0e and i1e special functions.Gravatar Srinivas Vasudevan2019-09-11
* Merged eigen/eigen into defaultGravatar Srinivas Vasudevan2019-09-11
|\
| * Fix for the HIP build+test errors introduced by the ndtri support.Gravatar Deven Desai2019-09-06
| * bug #1736: fix compilation issue with A(all,{1,2}).col(j) by implementing tru...Gravatar Gael Guennebaud2019-09-11
| * bug #1741: fix self-adjoint*matrix, triangular*matrix, and triangular^1*matri...Gravatar Gael Guennebaud2019-09-11
| * Fix compilation of BLAS backend and frontendGravatar Gael Guennebaud2019-09-11
| * bug #1741: fix SelfAdjointView::rankUpdate and product to triangular part for...Gravatar Gael Guennebaud2019-09-10
| * bug #1741: fix C.noalias() = A*C; with C.innerStride()!=1Gravatar Gael Guennebaud2019-09-10
| * Fix a circular dependency regarding pshift* functions and GenericPacketMathFu...Gravatar Gael Guennebaud2019-09-06
| * Fix compilation without vector engine available (e.g., x86 with SSE disabled):Gravatar Gael Guennebaud2019-09-05
* | Merged eigen/eigenGravatar Srinivas Vasudevan2019-09-04
|\ \
* \ \ Merging from eigen/eigen.Gravatar Srinivas Vasudevan2019-09-03
|\ \ \
* | | | Add ndtri function, the inverse of the normal distribution function.Gravatar Srinivas Vasudevan2019-08-12
| | | * PR 621: Fix documentation of EIGEN_COMP_EMSCRIPTENGravatar David Tellenbach2019-03-21
| | |/
| | * Fix possible warning regarding strict equality comparisonsGravatar Gael Guennebaud2019-09-04
| | * PR 681: Add ndtri function, the inverse of the normal distribution function.Gravatar Srinivas Vasudevan2019-08-12
| |/
| * Fix missing header inclusion and colliding definitions for half type casting,...Gravatar Rasmus Munk Larsen2019-08-30
| * Add more tests for corner cases of log1p and expm1. Add handling of infinite ...Gravatar Rasmus Munk Larsen2019-08-28
| * Revert changes to std_falback::log1p that broke handling of arguments less th...Gravatar Rasmus Munk Larsen2019-08-27
| * Clean up float16 a.k.a. Eigen::half support in Eigen. Move the definition of ...Gravatar Rasmus Munk Larsen2019-08-27
| * Merged in jaopaulolc/eigen (pull request PR-679)Gravatar Christoph Hertzberg2019-08-22
| |\
| | * Fix debug macros in p{load,store}uGravatar João P. L. de Carvalho2019-08-14
| | * Add missing pcmp_XX methods for double/Packet2dGravatar João P. L. de Carvalho2019-08-14
| * | Implement vectorized versions of log1p and expm1 in Eigen using Kahan's formu...Gravatar Rasmus Munk Larsen2019-08-12
|/ /
| * Fix packed load/store for PowerPC's VSXGravatar João P. L. de Carvalho2019-08-09
| * Fix offset argument of ploadu/pstoreu for AltivecGravatar João P. L. de Carvalho2019-08-09
| * bug #1718: Add cast to successfully compile with clang on PowerPCGravatar João P. L. de Carvalho2019-08-09
|/
* Fix bugs in log1p and expm1 where repeated using statements would clobber eac...Gravatar Rasmus Munk Larsen2019-08-08
* Remove {} accidentally added in previous commitGravatar Christoph Hertzberg2019-07-18
* Move variadic constructors outside `#ifndef EIGEN_PARSED_BY_DOXYGEN` block, t...Gravatar Christoph Hertzberg2019-07-12
* Build deprecated snippets with -DEIGEN_NO_DEPRECATED_WARNINGGravatar Christoph Hertzberg2019-07-12
* Fix compiler for unsigned integers.Gravatar Rasmus Munk Larsen2019-07-09
* PR 655: Fix missing Eigen namespace in MacrosGravatar Justin Carpentier2019-06-05
* [SYCL] Adding the SYCL memory model. The SYCL memory model provides :Gravatar Mehdi Goli2019-07-01
* Fix CUDA compilation error for pselect<half>.Gravatar Rasmus Munk Larsen2019-06-28
* [SYCL] This PR adds the minimum modifications to Eigen core required to run E...Gravatar Mehdi Goli2019-06-27
* fix for a ROCm/HIP specificcompile errror introduced by a recent commit.Gravatar Deven Desai2019-06-22
* Remove extra "one" in comment.Gravatar Rasmus Munk Larsen2019-06-20
* Update comment as suggested by tra@google.com.Gravatar Rasmus Munk Larsen2019-06-20
* Fix grammar.Gravatar Rasmus Munk Larsen2019-06-20
* Added comment explaining the surprising EIGEN_COMP_CLANG && !EIGEN_COMP_NVCC ...Gravatar Rasmus Munk Larsen2019-06-20
* Fix CUDA build on Mac.Gravatar Rasmus Munk Larsen2019-06-20
* Various fixes for packet ops.Gravatar Rasmus Munk Larsen2019-06-20
* bug #1724: Mask buggy warnings with g++-7Gravatar Christoph Hertzberg2019-06-14