aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/functors/UnaryFunctors.h
Commit message (Collapse)AuthorAge
...
* | Added polygamma function.Gravatar Till Hoffmann2016-04-01
| |
* | Added zeta function.Gravatar Till Hoffmann2016-04-01
|/
* Making ceil() functor generic w.r.t packet typeGravatar Abhijit Kundu2016-01-28
|
* Add digamma for CPU + CUDA. Includes tests.Gravatar Eugene Brevdo2015-12-24
|
* Made it possible to run the lgamma, erf, and erfc functors on a CUDA gpu.Gravatar Benoit Steiner2015-12-21
|
* Merged in ebrevdo/eigen (pull request PR-148)Gravatar Gael Guennebaud2015-12-11
|\ | | | | | | Add special functions to eigen: lgamma, erf, erfc.
* | sign(complex) compiles for GPUGravatar Mark Borgerding2015-12-10
| |
| * Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
|/ | | | Includes CUDA support and unit tests.
* added scalar_sign_op (both real,complex)Gravatar Mark Borgerding2015-11-24
|
* Made it possible to compute atan, tanh, sinh and cosh on GPUGravatar Benoit Steiner2015-11-12
|
* Added missing EIGEN_DEVICE_FUNC statementsGravatar Benoit Steiner2015-11-06
|
* mergeGravatar Gael Guennebaud2015-08-16
|\
| * Protect all calls to isnan, isinf and isfinite with parentheses.Gravatar Christoph Hertzberg2015-08-14
| |
* | Some functors were not generic wrt packet-type.Gravatar Gael Guennebaud2015-08-07
|/
* CleaningGravatar Nicolas Mellado2015-07-11
|
* Revert files to remove EIGEN_USING_NUMEXT_MATHGravatar Nicolas Mellado2015-07-11
|
* Protect against compilation errors with nvcc and numext/complex.Gravatar Nicolas Mellado2015-07-06
| | | | | Disable functions explicitely involving std::complex when compiling with nvcc. Improve code compatilibity using the new macro EIGEN_USING_NUMEXT_MATH (same spirit than EIGEN_USING_STD_MATH but for numext functions)
* 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
* \ 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
|/ | | | This is can be useful for non-floating point scalars, where choosing the biggest element is generally not the best choice.
* Add component-wise atan() function (see bug #80).Gravatar Roger Martin2014-06-19
|
* Split the huge Functors.h fileGravatar Gael Guennebaud2013-11-06