aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/functors/UnaryFunctors.h
Commit message (Expand)AuthorAge
* Fix ambiguity due to argument dependent lookup.Gravatar Nathan Luehr2021-05-11
* Fix pow and other cwise ops for half/bfloat16.Gravatar Antonio Sanchez2021-01-22
* Improved std::complex sqrt and rsqrt.Gravatar Antonio Sanchez2021-01-17
* Replace M_LOG2E and M_LN2 with custom macros.Gravatar Antonio Sanchez2020-12-11
* Add log2() to Eigen.Gravatar Rasmus Munk Larsen2020-12-04
* Revert "Add log2() operator to Eigen"Gravatar Rasmus Munk Larsen2020-12-03
* Add log2() operator to EigenGravatar Rasmus Munk Larsen2020-12-03
* Fix boolean float conversion and product warnings.Gravatar Antonio Sanchez2020-11-24
* Drop EIGEN_USING_STD_MATH in favour of EIGEN_USING_STDGravatar David Tellenbach2020-10-09
* Change the sign operator in Eigen to return NaN for NaN arguments, not zero.Gravatar Rasmus Munk Larsen2020-07-07
* Fix compilation error in logistic packet op.Gravatar Rasmus Munk Larsen2020-06-03
* Bug #1777: make the scalar and packet path consistent for the logistic functi...Gravatar Gael Guennebaud2020-05-31
* Remove reference to non-existent unary_op_base class.Gravatar Rasmus Munk Larsen2020-03-19
* Add shift_left<N> and shift_right<N> coefficient-wise unary Array functionsGravatar Joel Holdsworth2020-03-19
* 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
* 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
* 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
* Added support for expm1 in Eigen.Gravatar Srinivas Vasudevan2016-12-02
* Added isnan, isfinite and isinf for SYCL device. Plus test for that.Gravatar Luke Iwanski2016-11-18
* 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
* 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
* Expose log1p to Array.Gravatar Gael Guennebaud2016-06-01
* Roll back changes to core. Move include of TensorFunctors.h up to satisfy dep...Gravatar Rasmus Munk Larsen2016-05-17
* Improvements to parallelFor.Gravatar Rasmus Munk Larsen2016-05-12
* Fixed a typo in my previous commitGravatar Benoit Steiner2016-05-11
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* Improved support for trigonometric functions on GPUGravatar Benoit Steiner2016-04-13
* Added support for computing cos, sin, tan, and tanh on GPU.Gravatar Benoit Steiner2016-04-13
* Don't put a command at the end of an enumerator listGravatar Benoit Steiner2016-04-12
* More accurate cost estimates for exp, log, tanh, and sqrt.Gravatar Benoit Steiner2016-04-11
* Updated the unary functors to use the numext implementation of typicall funct...Gravatar Benoit Steiner2016-04-07
* Merged eigen/eigen into defaultGravatar tillahoffmann2016-04-05
|\
| * Updated the scalar_abs_op struct to make it compatible with cuda devices.Gravatar Benoit Steiner2016-04-04