| Commit message (Expand) | Author | Age |
* | 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 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | finish to merge Array into Core: | Gael Guennebaud | 2010-06-19 |