aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/functors
Commit message (Expand)AuthorAge
* 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
* Improve accuracy of fast approximate tanh and the logistic functions in Eigen...Gravatar Rasmus Munk Larsen2019-12-16
* Revert the specialization for scalar_logistic_op<float> introduced in:Gravatar Rasmus Munk Larsen2019-12-02
* PR 719: fix real/imag namespace conflictGravatar Gael Guennebaud2019-10-08
* [SYCL] This PR adds the minimum modifications to Eigen core required to run E...Gravatar Mehdi Goli2019-06-27
* Fix build with clang on Windows.Gravatar Rasmus Munk Larsen2019-05-09
* Restore C++03 compatibilityGravatar Christoph Hertzberg2019-05-06
* Fix traits for scalar_logistic_op.Gravatar Rasmus Munk Larsen2019-05-03
* Make clipping outside [-18:18] consistent for vectorized and non-vectorized p...Gravatar Rasmus Munk Larsen2019-03-15
* bug #1684: partially workaround clang's 6/7 bug #40815Gravatar Gael Guennebaud2019-03-13
* Fix harmless Scalar vs RealScalar cast.Gravatar Gael Guennebaud2019-02-18
* Set cost of conjugate to 0 (in practice it boils down to a no-op).Gravatar Gael Guennebaud2019-02-18
* Add support for inverse hyperbolic functions.Gravatar Rasmus Munk Larsen2019-01-11
* bug #1630: fix linspaced when requesting smaller packet size than default one.Gravatar Gael Guennebaud2018-11-28
* Add optimized version of logistic function for float. As an example, this is ...Gravatar Rasmus Munk Larsen2018-11-12
* sigmoid -> logisticGravatar Rasmus Munk Larsen2018-08-13
* Move sigmoid functor to core.Gravatar Rasmus Munk Larsen2018-08-03
* updates based on PR feedbackGravatar Deven Desai2018-06-14
* Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
* Factories code between numext::hypot and scalar_hyot_op functor.Gravatar Gael Guennebaud2018-04-04
* bug #1532: disable stl::*_negate in C++17 (they are deprecated)Gravatar Gael Guennebaud2018-04-03
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* bug #1417: make LinSpace compatible with std::complexGravatar Gael Guennebaud2017-06-06
* bug #1383: fix regression in LinSpaced for integers and high<lowGravatar Gael Guennebaud2017-01-25
* bug #1383: Fix regression from 3.2 with LinSpaced(n,0,n-1) with n==0.Gravatar Gael Guennebaud2017-01-25
* bug #1376: add missing assertion on size mismatch with compound assignment op...Gravatar Gael Guennebaud2017-01-23
* MSVC 2015 has all we want about c++11 and MSVC 2017 fails on binder1st/binder2ndGravatar Gael Guennebaud2017-01-06
* use numext::absGravatar Angelos Mantzaflaris2016-12-02
* 1. Add explicit template to abs2 (resolves deduction for some arithmetic types)Gravatar Angelos Mantzaflaris2016-12-02
* Added support for expm1 in Eigen.Gravatar Srinivas Vasudevan2016-12-02
* bug #1351: fix compilation of random with old compilersGravatar Gael Guennebaud2016-11-30
* Added isnan, isfinite and isinf for SYCL device. Plus test for that.Gravatar Luke Iwanski2016-11-18
* bug #1004: improve accuracy of LinSpaced for abs(low) >> abs(high).Gravatar Gael Guennebaud2016-11-02
* bug #1004: one more rewrite of LinSpaced for floating point numbers to guaran...Gravatar Gael Guennebaud2016-10-25
* bug #1004: remove the inaccurate "sequential" path for LinSpaced, mark respec...Gravatar Gael Guennebaud2016-10-24
* bug #698: rewrite LinSpaced for integer scalar types to avoid overflow and gu...Gravatar Gael Guennebaud2016-10-24
* Adding EIGEN_DEVICE_FUNC in the Geometry module.Gravatar Robert Lukierski2016-10-12
* bug #1195: move NumTraits::Div<>::Cost to internal::scalar_div_cost (with som...Gravatar Gael Guennebaud2016-09-08
* Fix shadowing wrt Eigen::IndexGravatar Gael Guennebaud2016-09-05
* bug #1286: automatically detect the available prototypes of functors passed t...Gravatar Gael Guennebaud2016-08-31
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* Cleanup cost of tanhGravatar Gael Guennebaud2016-08-23
* Factorize the 4 copies of tanh implementations, make numext::tanh consistent ...Gravatar Gael Guennebaud2016-08-23
* fix tanh inconsistentGravatar Ziming Dong2016-08-06
* bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08
* Cleanup unused functors.Gravatar Gael Guennebaud2016-06-14
* Generalize expr.pow(scalar), pow(expr,scalar) and pow(scalar,expr).Gravatar Gael Guennebaud2016-06-14
* Implement expr+scalar, scalar+expr, expr-scalar, and scalar-expr as binary ex...Gravatar Gael Guennebaud2016-06-14