aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/functors/UnaryFunctors.h
Commit message (Expand)AuthorAge
* bug #1195: move NumTraits::Div<>::Cost to internal::scalar_div_cost (with som...Gravatar Gael Guennebaud2016-09-08
* Cleanup cost of tanhGravatar Gael Guennebaud2016-08-23
* Factorize the 4 copies of tanh implementations, make numext::tanh consistent ...Gravatar Gael Guennebaud2016-08-23
* fix tanh inconsistentGravatar Ziming Dong2016-08-06
* bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08
* Expose log1p to Array.Gravatar Gael Guennebaud2016-06-01
* Roll back changes to core. Move include of TensorFunctors.h up to satisfy dep...Gravatar Rasmus Munk Larsen2016-05-17
* Improvements to parallelFor.Gravatar Rasmus Munk Larsen2016-05-12
* Fixed a typo in my previous commitGravatar Benoit Steiner2016-05-11
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* Improved support for trigonometric functions on GPUGravatar Benoit Steiner2016-04-13
* Added support for computing cos, sin, tan, and tanh on GPU.Gravatar Benoit Steiner2016-04-13
* Don't put a command at the end of an enumerator listGravatar Benoit Steiner2016-04-12
* More accurate cost estimates for exp, log, tanh, and sqrt.Gravatar Benoit Steiner2016-04-11
* Updated the unary functors to use the numext implementation of typicall funct...Gravatar Benoit Steiner2016-04-07
* Merged eigen/eigen into defaultGravatar tillahoffmann2016-04-05
|\
| * Updated the scalar_abs_op struct to make it compatible with cuda devices.Gravatar Benoit Steiner2016-04-04
* | 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
|\
* | sign(complex) compiles for GPUGravatar Mark Borgerding2015-12-10
| * Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
|/
* 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
* 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