aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MathFunctionsImpl.h
Commit message (Expand)AuthorAge
* Device implementation of log for std::complex types.Gravatar Nathan Luehr2021-05-11
* Improved std::complex sqrt and rsqrt.Gravatar Antonio Sanchez2021-01-17
* Remove `inf` local variable.Gravatar Antonio Sanchez2021-01-12
* Fix MSVC complex sqrt and packetmath test.Gravatar Antonio Sanchez2021-01-08
* Drop EIGEN_USING_STD_MATH in favour of EIGEN_USING_STDGravatar David Tellenbach2020-10-09
* Improve accuracy of fast approximate tanh and the logistic functions in Eigen...Gravatar Rasmus Munk Larsen2019-12-16
* Clamp tanh approximation outside [-c, c] where c is the smallest value where ...Gravatar Rasmus Munk Larsen2019-12-12
* Move implementation of vectorized error function erf() to SpecialFunctionsImp...Gravatar Rasmus Munk Larsen2019-09-27
* Add generic PacketMath implementation of the Error Function (erf).Gravatar Rasmus Munk Larsen2019-09-19
* Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* Make hypot_impl compile again for types with expression-templates (e.g., boos...Gravatar Christoph Hertzberg2018-04-13
* Factories code between numext::hypot and scalar_hyot_op functor.Gravatar Gael Guennebaud2018-04-04
* bug #1521: avoid signalling NaN in hypot and make it std::complex<> friendly.Gravatar Gael Guennebaud2018-04-04
* Remove extra space.Gravatar Rasmus Munk Larsen2017-01-24
* Make NaN propagatation consistent between the pmax/pmin and std::max/std::min...Gravatar Rasmus Munk Larsen2017-01-24
* Add a note regarding gcc bug #72867Gravatar Gael Guennebaud2016-09-22
* Fix warningGravatar Gael Guennebaud2016-08-30
* bug #1282: fix implicit double to float conversion warningGravatar Gael Guennebaud2016-08-28
* Factorize the 4 copies of tanh implementations, make numext::tanh consistent ...Gravatar Gael Guennebaud2016-08-23