aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MathFunctions.h
Commit message (Expand)AuthorAge
* Remove useless and non standard numext::atanh2 function.Gravatar Gael Guennebaud2014-12-08
* bug #876: implement a portable log1p functionGravatar Gael Guennebaud2014-12-08
* Prevent CUDA `calling a __host__ function from a __host__ __device__ function...Gravatar Christoph Hertzberg2014-10-21
* bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* log2(int) must be inlined.Gravatar Gael Guennebaud2014-09-18
* Add a portable log2 function for integersGravatar Gael Guennebaud2014-09-17
* bug #619: workaround MSVC 2008 implementing std::abs for int only on WINCEGravatar Gael Guennebaud2014-09-07
* Fix hypot() and hypotNorm() wrt NaN and INF values.Gravatar Gael Guennebaud2014-09-02
* Add isfinite overload for complexes.Gravatar Gael Guennebaud2014-04-14
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | Disabled std::log1p on Cygwin.Gravatar Hauke Heibel2013-08-10
* | Merge in jdh8's branch.Gravatar Jitse Niesen2013-07-21
|\ \
| | * merge with main branchGravatar Gael Guennebaud2013-07-17
| | |\ | |_|/ |/| |
* | | Revisit the implementation of random_default_impl for integer to make sure av...Gravatar Gael Guennebaud2013-07-10
| * | Slightly optimize atanh2.Gravatar Chen-Pang He2013-07-08
|/ /
* | Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
| * Add nvcc support for normalize, initializers, and fuzzy comparisonsGravatar Gael Guennebaud2013-06-05
| * merge with default branchGravatar Gael Guennebaud2013-04-19
| |\ | |/ |/|
| * Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min...Gravatar Gael Guennebaud2013-04-05
* | Handle special case in atanh2(x,y) when y = 0.Gravatar Jitse Niesen2013-03-09
* | Added missing using std::sqrt.Gravatar Hauke Heibel2013-01-27
|/
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Avoid inefficient 2x2 LU. Move atanh to internal for maintainability.Gravatar Chen-Pang He2012-08-30
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Fix bug #480: workaround the Android NDK defining isfinite as a macroGravatar Gael Guennebaud2012-07-05
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* std::isfinite is non standardGravatar Gael Guennebaud2012-01-23
* bug #352:properly cast constantsGravatar Igor Krivenko2011-12-09
* reimplement abs2 not to use std::norm which is incredibly slow.Gravatar Gael Guennebaud2011-11-08
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* Simplify the use of custom scalar types, the rule is to never directly call a...Gravatar Gael Guennebaud2011-05-25
* factorize implementation of standard real unary math functions, and add acos,...Gravatar Gael Guennebaud2011-02-17
* now random<integer types> spans over 0..RAND_MAX, or -RAND_MAX/2..RAND_MAX/2 ...Gravatar Benoit Jacob2011-02-07
* add global tan functionGravatar Gael Guennebaud2011-02-03
* big eigen2support fix, aimed at users who relied on internal eigen2 stuff: no...Gravatar Benoit Jacob2011-01-19
* Postfixed add_const and remove_const by _on_value_type to express the differe...Gravatar Hauke Heibel2010-11-26
* fully implement scalar_fuzzy_impl<bool> as, e.g., the missing isMuchSmallerTh...Gravatar Gael Guennebaud2010-11-25
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* the Index types change.Gravatar Benoit Jacob2010-05-30
* fix a warningGravatar Thomas Capricelli2010-05-21
* fix some warnings with clangGravatar Thomas Capricelli2010-05-21
* Quiet MSVC.Gravatar Hauke Heibel2010-05-04
* fix compilation: const (T&) != const T& , use ei_makeconstGravatar Benoit Jacob2010-04-30
* fix #116 and remove debug cout'sGravatar Benoit Jacob2010-04-30
* * kill the retval typedefs, instead introduce ei_xxx_retval which does the jo...Gravatar Benoit Jacob2010-04-28
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* erf() is really non standard, better dont pollute eigen with it.Gravatar Thomas Capricelli2010-04-19
* Disabled erf also for Cygwin where it is not supported and causes errors.Gravatar Hauke Heibel2010-04-18
* Disabled unsupported erf on MSVC machines.Gravatar Hauke Heibel2010-04-18