aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/functors/UnaryFunctors.h
Commit message (Expand)AuthorAge
* 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 array...Gravatar Gael Guennebaud2015-06-10
|\
* \ Pulled latest update from the eigen main codebaseGravatar Benoit Steiner2015-03-24
|\ \
| | * Update cost of arg call to depend on if the scalar is complex or notGravatar Deanna Hood2015-03-17
| | * Remove packet isNaN, isInf, isFiniteGravatar Deanna Hood2015-03-17
| | * 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
| | * Update cost of coeff-wise arg callGravatar 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
| |/
* | Added support for fast reciprocal square root computation.Gravatar Benoit Steiner2015-02-26
| * New scoring functor to select the pivot.Gravatar Marc Glisse2015-03-03
|/
* Add component-wise atan() function (see bug #80).Gravatar Roger Martin2014-06-19
* Split the huge Functors.h fileGravatar Gael Guennebaud2013-11-06