aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/functors
Commit message (Expand)AuthorAge
...
* Add unittesting plugins to scalar_product_op and scalar_quotient_op to help c...Gravatar Gael Guennebaud2016-06-14
* Set cost of constant expression to 0 (the cost should be amortized through th...Gravatar Gael Guennebaud2016-06-14
* Add bind1st_op and bind2nd_op helpers to turn binary functors into unary ones...Gravatar Gael Guennebaud2016-06-13
* Enable mixing types in numext::powGravatar Gael Guennebaud2016-06-10
* Big 279: enable mixing types for comparisons, min, and max.Gravatar Gael Guennebaud2016-06-10
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* Expose log1p to Array.Gravatar Gael Guennebaud2016-06-01
* linspaced's divisor for integer is better stored as the underlying scalar type.Gravatar Gael Guennebaud2016-05-26
* bug #1231: fix compilation regression regarding complex_array/=real_array and...Gravatar Gael Guennebaud2016-05-18
* 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
* Added support for exclusive orGravatar Benoit Steiner2016-04-14
* 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
|/
* Improved the cost estimate of the quotient opGravatar Benoit Steiner2016-03-25
* Started to model the cost of divisions more accurately.Gravatar Benoit Steiner2016-03-25
* Resolve bad merge.Gravatar Eugene Brevdo2016-03-08
* Fix integer path for num_steps==1Gravatar Gael Guennebaud2016-02-01
* bug #698: fix linspaced for integer types.Gravatar Gael Guennebaud2016-02-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
|/
* Made it possible to leverage several binary functor in a CUDA kernelGravatar Benoit Steiner2015-12-02
* 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
* Allow the vectorized version of the Binary and the Nullary functors to run on...Gravatar Benoit Steiner2015-11-11
* Added missing EIGEN_DEVICE_FUNC statementsGravatar Benoit Steiner2015-11-06
* Reimplement the tensor comparison operators by using the scalar_cmp_op functo...Gravatar Benoit Steiner2015-11-06
* Re-enable vectorization of LinSpaced, plus some cleaningGravatar Gael Guennebaud2015-10-08
* mergeGravatar Gael Guennebaud2015-08-16
|\
| * Protect all calls to isnan, isinf and isfinite with parentheses.Gravatar Christoph Hertzberg2015-08-14
* | Fix prototype of plset and generalize linspace functor.Gravatar Gael Guennebaud2015-08-07
* | Some functors were not generic wrt packet-type.Gravatar Gael Guennebaud2015-08-07
* | Allow to use arbitrary packet-types during evaluation.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