aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins
Commit message (Expand)AuthorAge
* bug #828: clarify documentation of SparseMatrixBase's methods returning a sub...Gravatar Gael Guennebaud2016-09-16
* bug #828: clarify documentation of SparseMatrixBase's unary methods.Gravatar Gael Guennebaud2016-09-16
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* Complete the coeff-wise math function table.Gravatar Gael Guennebaud2016-07-20
* bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08
* Fix warnings with gccGravatar Gael Guennebaud2016-06-15
* Move scalar/expr to ArrayBase and fix documentationGravatar Gael Guennebaud2016-06-15
* mergeGravatar Gael Guennebaud2016-06-14
|\
* | Generalize expr/expr and scalar/expr wrt scalar types.Gravatar Gael Guennebaud2016-06-14
* | Generalize expr.pow(scalar), pow(expr,scalar) and pow(scalar,expr).Gravatar Gael Guennebaud2016-06-14
* | Implement expr+scalar, scalar+expr, expr-scalar, and scalar-expr as binary ex...Gravatar Gael Guennebaud2016-06-14
* | Fix doc.Gravatar Gael Guennebaud2016-06-14
* | Implement scalar multiples and division by a scalar as a binary-expression wi...Gravatar Gael Guennebaud2016-06-14
* | Add bind1st_op and bind2nd_op helpers to turn binary functors into unary ones...Gravatar Gael Guennebaud2016-06-13
* | CleanupGravatar 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
| * Added missing EIGEN_DEVICE_FUNC qualifiers to the unary array opsGravatar Benoit Steiner2016-06-06
|/
* Implement generic scalar*expr and expr*scalar operator based on scalar_produc...Gravatar Gael Guennebaud2016-06-02
* Add missing ArrayBase::log1pGravatar Gael Guennebaud2016-06-01
* Improve doc of special math functionsGravatar Gael Guennebaud2016-05-20
* zeta and polygamma are not unary functions, but binary ones.Gravatar Gael Guennebaud2016-05-19
* Add some c++11 flags in documentationGravatar Gael Guennebaud2016-05-19
* Added support for exclusive orGravatar Benoit Steiner2016-04-14
* Added polygamma function.Gravatar Till Hoffmann2016-04-01
* Added zeta function.Gravatar Till Hoffmann2016-04-01
* Add typedefs for the return type of all block methods.Gravatar Gael Guennebaud2016-02-19
* Digamma cleanupGravatar Eugene Brevdo2016-01-15
* Add digamma for CPU + CUDA. Includes tests.Gravatar Eugene Brevdo2015-12-24
* Simplified the code a bitGravatar Benoit Steiner2015-12-07
* Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
* Added rsqrt() method to the Array class: this method computes the coefficient...Gravatar Benoit Steiner2015-12-03
* ArrayBase::sign: add unit test and fix docGravatar Gael Guennebaud2015-11-27
* added scalar_sign_op (both real,complex)Gravatar Mark Borgerding2015-11-24
* Generalize pow(x,e) such that x and e can be a different expression type or a...Gravatar Gael Guennebaud2015-07-20
* 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: remove usage of deprecated bind1st.Gravatar Gael Guennebaud2015-06-09
* | bug #872: Avoid deprecated binder1st/binder2nd usage by providing custom func...Gravatar Christoph Hertzberg2015-05-07
| * Add \sa tags of isFinite/isInf for each otherGravatar Deanna Hood2015-03-22
| * 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
| * 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
|/
* member_redux constructor is explicit too. Renamed some typedefs for more cons...Gravatar Christoph Hertzberg2014-09-23
* Renamed CwiseInverseReturnType to InverseReturnType for ArrayBase::inverse()Gravatar Christoph Hertzberg2014-09-23
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23