aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Fixing float32's pround halfway criteria to match STL's criteria.Gravatar Everton Constantino2020-03-21
* Fixed:Gravatar Alessio M2020-03-21
* Update VectorwiseOp.h to allow Plugins similar to MatrixBase.h or ArrayBase.hGravatar dlazenby2020-03-20
* Bug https://gitlab.com/libeigen/eigen/-/issues/1415: add missing EIGEN_DEVICE...Gravatar Masaki Murooka2020-03-20
* Remove reference to non-existent unary_op_base class.Gravatar Rasmus Munk Larsen2020-03-19
* Add missing arguments to numext::absdiff().Gravatar Rasmus Munk Larsen2020-03-19
* Add absolute_difference coefficient-wise binary Array functionGravatar Joel Holdsworth2020-03-19
* Reenabling packetmath unsigned tests, adding dummy pabs for relevant unsignedGravatar Everton Constantino2020-03-19
* Add shift_left<N> and shift_right<N> coefficient-wise unary Array functionsGravatar Joel Holdsworth2020-03-19
* Implement integer square-root for NEONGravatar Joel Holdsworth2020-03-19
* Update NullaryFunctors.hGravatar Allan Leal2020-03-16
* Fixing HIP breakage caused by the recent commit that introduces Packet4h2 as ...Gravatar Deven Desai2020-03-12
* NEON: Added int64_t and uint64_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Added int8_t and uint8_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Added int16_t and uint16_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Added uint32_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Implemented half-size vectorsGravatar Joel Holdsworth2020-03-10
* NEON: Set packet_traits<double> flagsGravatar Joel Holdsworth2020-03-10
* remove duplicate pset1 for half and add some comments about why we need expos...Gravatar Sami Kama2020-03-10
* Revert "avoid selecting half-packets when unnecessary"Gravatar Rasmus Munk Larsen2020-02-25
* Revert "Pick full packet unconditionally when EIGEN_UNALIGNED_VECTORIZE"Gravatar Rasmus Munk Larsen2020-02-25
* Revert "do not pick full-packet if it'd result in more operations"Gravatar Rasmus Munk Larsen2020-02-25
* Include <sstream> explicitly, and don't rely on the implicit include via <com...Gravatar Tobias Bosch2020-02-24
* do not pick full-packet if it'd result in more operationsGravatar Francesco Mazzoli2020-02-07
* Pick full packet unconditionally when EIGEN_UNALIGNED_VECTORIZEGravatar Francesco Mazzoli2020-02-07
* avoid selecting half-packets when unnecessaryGravatar Francesco Mazzoli2020-02-07
* Remove rogue include in TypeCasting.h. Meta.h is already included by the top-...Gravatar Rasmus Munk Larsen2020-01-14
* Switching unpacket_traits<Packet4i> to vectorizable=true.Gravatar Everton Constantino2020-01-13
* Adding correct cache sizes for PPC architecture.Gravatar Everton Constantino2020-01-13
* call Explicitly ::rint and ::rintf for targets without c++11. Without this, t...Gravatar Rasmus Munk Larsen2020-01-10
* Improvements to the tidiness and completeness of the NEON implementationGravatar Joel Holdsworth2020-01-10
* Fix for gcc build error when using Eigen headers with AVX512Gravatar Anuj Rawat2020-01-10
* Adding RInt vector support for SYCL.Gravatar mehdi-goli2020-01-10
* Don't add EIGEN_DEVICE_FUNC to random() since ::rand is not available in Cuda.Gravatar Rasmus Munk Larsen2020-01-09
* Add missing EIGEN_DEVICE_FUNC annotations in MathFunctions.h.Gravatar Rasmus Munk Larsen2020-01-09
* Don't use the rational approximation to the logistic function on GPUs as it a...Gravatar Rasmus Munk Larsen2020-01-09
* The upper limits for where to use the rational approximation to the logistic ...Gravatar Rasmus Munk Larsen2020-01-08
* Bug #1785: Introduce numext::rint.Gravatar Ilya Tokar2020-01-07
* [SYCL Backend]Gravatar mehdi-goli2020-01-07
* Fix -Werror -Wfloat-conversion warning.Gravatar Janek Kozicki2019-12-23
* Bug #1788: Fix rule-of-three violations inside the stable modules.Gravatar Christoph Hertzberg2019-12-19
* Fix some maybe-unitialized warningsGravatar Christoph Hertzberg2019-12-18
* Add default definition for EIGEN_PREDICT_*Gravatar Rasmus Munk Larsen2019-12-16
* Improve accuracy of fast approximate tanh and the logistic functions in Eigen...Gravatar Rasmus Munk Larsen2019-12-16
* Resolve double-promotion warnings when compiling with clang.Gravatar Christoph Hertzberg2019-12-13
* Bug 1785: fix pround on x86 to use the same rounding mode as std::round.Gravatar Ilya Tokar2019-12-12
* Clamp tanh approximation outside [-c, c] where c is the smallest value where ...Gravatar Rasmus Munk Larsen2019-12-12
* Fix implementation of complex expm1. Add tests that fail with previous implem...Gravatar Srinivas Vasudevan2019-12-12
* IO: Fixed printing of char and unsigned char matricesGravatar Joel Holdsworth2019-12-11
* Added Eigen::numext typedefs for uint8_t, int8_t, uint16_t and int16_tGravatar Joel Holdsworth2019-12-11