aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/functors
Commit message (Expand)AuthorAge
...
* Add special path for matrix<complex>/real.Gravatar Gael Guennebaud2015-06-26
* Remove support of std::binder* in C++11Gravatar Gael Guennebaud2015-06-15
* 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
|\
* | bug #872: Avoid deprecated binder1st/binder2nd usage by providing custom func...Gravatar Christoph Hertzberg2015-05-07
| * Merged default into unary-array-cwise-functorsGravatar Deanna Hood2015-04-20
| |\
* | \ Pulled latest updates from trunkGravatar Benoit Steiner2015-04-01
|\ \ \ | | |/ | |/|
| * | Fix vectorization of swap for non trivial expressionsGravatar Gael Guennebaud2015-03-31
* | | 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
|/
* The usage of DenseIndex is deprecated, so let's replace DenseIndex by IndexGravatar Gael Guennebaud2015-02-16
* bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC.Gravatar Christoph Hertzberg2014-10-13
* merge with default branchGravatar Gael Guennebaud2014-09-14
|\
| * Fix hypot() and hypotNorm() wrt NaN and INF values.Gravatar Gael Guennebaud2014-09-02
* | merge with default branchGravatar Gael Guennebaud2014-07-10
|\|
| * bug #808: fix implicit conversions from int/longint to float/doubleGravatar Gael Guennebaud2014-07-08
* | merge with default branchGravatar Gael Guennebaud2014-06-20
|\|
| * Add component-wise atan() function (see bug #80).Gravatar Roger Martin2014-06-19
* | Fix mixing scalar types with evaluatorsGravatar Gael Guennebaud2014-02-19
* | Fix vectorization logic wrt assignment functorsGravatar Gael Guennebaud2014-02-19
|/
* Install functor folder with cmakeGravatar Leszek Swirski2013-11-08
* bug #99: refactor assignment and compound assignment mechanism through "assig...Gravatar Gael Guennebaud2013-11-06
* Split the huge Functors.h fileGravatar Gael Guennebaud2013-11-06