| Commit message (Expand) | Author | Age |
* | Add ndtri function, the inverse of the normal distribution function. | Srinivas Vasudevan | 2019-08-12 |
* | Add support for inverse hyperbolic functions. | Rasmus Munk Larsen | 2019-01-11 |
* | sigmoid -> logistic | Rasmus Munk Larsen | 2018-08-13 |
* | Move sigmoid functor to core. | Rasmus Munk Larsen | 2018-08-03 |
* | Avoid implicit scalar conversion with accuracy loss in pow(scalar,array) | Gael Guennebaud | 2017-06-12 |
* | Added support for expm1 in Eigen. | Srinivas Vasudevan | 2016-12-02 |
* | Add missing Eigen::rsqrt global function | Gael Guennebaud | 2016-07-20 |
* | Simplify ScalarBinaryOpTraits by removing the Defined enum, and extend its do... | Gael Guennebaud | 2016-07-20 |
* | bug #1232: refactor special functions as a new SpecialFunctions module, curre... | Gael Guennebaud | 2016-07-08 |
* | Move scalar/expr to ArrayBase and fix documentation | Gael Guennebaud | 2016-06-15 |
* | Propagate functor to ScalarBinaryOpTraits | Gael Guennebaud | 2016-06-15 |
* | Generalize expr/expr and scalar/expr wrt scalar types. | Gael Guennebaud | 2016-06-14 |
* | Generalize expr.pow(scalar), pow(expr,scalar) and pow(scalar,expr). | Gael Guennebaud | 2016-06-14 |
* | Add TernaryFunctors and the betainc SpecialFunction. | Eugene Brevdo | 2016-06-02 |
* | Doc: add some cross references (also fix empty macro argument warning) | Gael Guennebaud | 2016-06-01 |
* | Expose log1p to Array. | Gael Guennebaud | 2016-06-01 |
* | Doc: makes the global unary math functions visible to doxygen (and docuement ... | Gael Guennebaud | 2016-06-01 |
* | Improve doc of special math functions | Gael Guennebaud | 2016-05-20 |
* | zeta and polygamma are not unary functions, but binary ones. | Gael Guennebaud | 2016-05-19 |
* | Added polygamma function. | Till Hoffmann | 2016-04-01 |
* | Added zeta function. | Till Hoffmann | 2016-04-01 |
* | Resolve bad merge. | Eugene Brevdo | 2016-03-08 |
* | Add digamma for CPU + CUDA. Includes tests. | Eugene Brevdo | 2015-12-24 |
* | Add special functions to Eigen: lgamma, erf, erfc. | Eugene Brevdo | 2015-12-07 |
* | added scalar_sign_op (both real,complex) | Mark Borgerding | 2015-11-24 |
* | Protect all calls to isnan, isinf and isfinite with parentheses. | Christoph Hertzberg | 2015-08-14 |
* | Generalize pow(x,e) such that x and e can be a different expression type or a... | Gael Guennebaud | 2015-07-20 |
* | Clean some previous changes and more cuda fixes | Gael Guennebaud | 2015-07-15 |
* | Protect against compilation errors with nvcc and numext/complex. | Nicolas Mellado | 2015-07-06 |
* | Rename free functions isFinite, isInf, isNaN to be compatible with c++11 | Gael Guennebaud | 2015-06-10 |
* | Make cube, inverse and abs2 free-functions | Deanna Hood | 2015-03-17 |
* | Rename isinf to isInf | Deanna Hood | 2015-03-17 |
* | Add isfinite array support as isFinite | Deanna Hood | 2015-03-17 |
* | Rename isnan to isNaN | Deanna Hood | 2015-03-17 |
* | Add hyperbolic trigonometric functions from std array support | Deanna Hood | 2015-03-11 |
* | Add log10 array support | Deanna Hood | 2015-03-11 |
* | Allow calling of square(array) in addition to array.square() | Deanna Hood | 2015-03-11 |
* | Additional unary coeff-wise functors (isnan, round, arg, e.g.) | Deanna Hood | 2015-03-11 |
* | Make constructors explicit if they could lead to unintended implicit conversion | Christoph Hertzberg | 2014-09-23 |
* | Add component-wise atan() function (see bug #80). | Roger Martin | 2014-06-19 |
* | Fix bug #314: move remaining math functions from internal to numext namespace | Gael Guennebaud | 2013-06-10 |
* | Fix bug #482: pass scalar value by const reference (it remained a few cases) | Gael Guennebaud | 2013-04-12 |
* | Fix bug #314: | Gael Guennebaud | 2012-11-06 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | Added support for component-wise pow (equivalent to Matlab's operator .^). | Hauke Heibel | 2012-03-07 |
* | Moved the operator/(Scalar,ArrayBase) into the Eigen namespace. | Hauke Heibel | 2012-03-02 |
* | Added support for scalar / array division. | Hauke Heibel | 2012-03-02 |
* | factorize implementation of standard real unary math functions, and add acos,... | Gael Guennebaud | 2011-02-17 |
* | add global tan function | Gael Guennebaud | 2011-02-03 |
* | fix compilation of array tests | Benoit Jacob | 2011-01-24 |