aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins/ArrayCwiseUnaryOps.h
Commit message (Collapse)AuthorAge
* Add log2() to Eigen.Gravatar Rasmus Munk Larsen2020-12-04
|
* Revert "Add log2() operator to Eigen"Gravatar Rasmus Munk Larsen2020-12-03
| | | | This reverts commit 4d91519a9be061da5d300079fca17dd0b9328050.
* Add log2() operator to EigenGravatar Rasmus Munk Larsen2020-12-03
|
* Bug #1785: Introduce numext::rint.Gravatar Ilya Tokar2020-01-07
| | | | | | This provides a new op that matches std::rint and previous behavior of pround. Also adds corresponding unsupported/../Tensor op. Performance is the same as e. g. floor (tested SSE/AVX).
* Fix doc issues regarding ndtriGravatar Gael Guennebaud2019-09-04
|
* PR 681: Add ndtri function, the inverse of the normal distribution function.Gravatar Srinivas Vasudevan2019-08-12
|
* Add support for inverse hyperbolic functions.Gravatar Rasmus Munk Larsen2019-01-11
| | | | Fix cost of division.
* 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
|
* Complete the coeff-wise math function table.Gravatar Gael Guennebaud2016-07-20
|
* bug #1232: refactor special functions as a new SpecialFunctions module, ↵Gravatar Gael Guennebaud2016-07-08
| | | | currently in unsupported/.
* mergeGravatar Gael Guennebaud2016-06-14
|\
* | Generalize expr.pow(scalar), pow(expr,scalar) and pow(scalar,expr).Gravatar Gael Guennebaud2016-06-14
| | | | | | | | Internal: scalar_pow_op (unary) is removed, and scalar_binary_pow_op is renamed scalar_pow_op.
| * Added missing EIGEN_DEVICE_FUNC qualifiers to the unary array opsGravatar Benoit Steiner2016-06-06
|/
* Add missing ArrayBase::log1pGravatar Gael Guennebaud2016-06-01
|
* Improve doc of special math functionsGravatar Gael Guennebaud2016-05-20
|
* zeta and polygamma are not unary functions, but binary ones.Gravatar Gael Guennebaud2016-05-19
|
* Add some c++11 flags in documentationGravatar Gael Guennebaud2016-05-19
|
* Added polygamma function.Gravatar Till Hoffmann2016-04-01
|
* Added zeta function.Gravatar Till Hoffmann2016-04-01
|
* Digamma cleanupGravatar Eugene Brevdo2016-01-15
| | | | | * Added permission from cephes author to use his code * Cleanup in ArrayCwiseUnaryOps
* Add digamma for CPU + CUDA. Includes tests.Gravatar Eugene Brevdo2015-12-24
|
* Simplified the code a bitGravatar Benoit Steiner2015-12-07
|
* Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
| | | | Includes CUDA support and unit tests.
* Added rsqrt() method to the Array class: this method computes the ↵Gravatar Benoit Steiner2015-12-03
| | | | coefficient-wise inverse square root much more efficiently than calling sqrt().inverse().
* ArrayBase::sign: add unit test and fix docGravatar Gael Guennebaud2015-11-27
|
* added scalar_sign_op (both real,complex)Gravatar Mark Borgerding2015-11-24
|
* Rename free functions isFinite, isInf, isNaN to be compatible with c++11Gravatar Gael Guennebaud2015-06-10
|
* bug #80: merge with d_hood branch on adding more coefficient-wise unary ↵Gravatar Gael Guennebaud2015-06-10
|\ | | | | | | array functors
* | bug #872: Avoid deprecated binder1st/binder2nd usage by providing custom ↵Gravatar Christoph Hertzberg2015-05-07
| | | | | | | | functors for comparison operators
| * Add \sa tags of isFinite/isInf for each otherGravatar Deanna Hood2015-03-22
| |
| * Add boolean not operator (!) array supportGravatar Deanna Hood2015-03-17
| |
| * Rename isinf to isInfGravatar Deanna Hood2015-03-17
| |
| * Add isfinite array support as isFiniteGravatar Deanna Hood2015-03-17
| |
| * Rename isnan to isNaNGravatar Deanna Hood2015-03-17
| |
| * Add hyperbolic trigonometric functions from std array supportGravatar Deanna Hood2015-03-11
| |
| * Add log10 array supportGravatar Deanna Hood2015-03-11
| |
| * Additional unary coeff-wise functors (isnan, round, arg, e.g.)Gravatar Deanna Hood2015-03-11
|/
* member_redux constructor is explicit too. Renamed some typedefs for more ↵Gravatar Christoph Hertzberg2014-09-23
| | | | consistency.
* Renamed CwiseInverseReturnType to InverseReturnType for ArrayBase::inverse()Gravatar Christoph Hertzberg2014-09-23
|
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
|
* Doc: difference between array and matrix cosine etc (bug #830)Gravatar Jitse Niesen2014-09-06
|
* Add documentation and very simple test for array atan().Gravatar Jitse Niesen2014-06-19
|
* Add component-wise atan() function (see bug #80).Gravatar Roger Martin2014-06-19
|
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | Added comparisons scalar to array (previously only the array to scalar was ↵Gravatar Christoph Hertzberg2013-10-17
| | | | | | | | | | | | possible) (Fixes bug #147) Extended the unit test for that
| * Extend support for nvcc to Array objects and wrappersGravatar Gael Guennebaud2013-07-31
| |
| * Add support for NVCC5: most of the Core and part of LU are callable from ↵Gravatar Gael Guennebaud2013-02-07
|/ | | | | | CUDA code. Still a lot to do.
* fix compilation with m.array().min/max(scalar)Gravatar Gael Guennebaud2012-09-12
|