aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins/CommonCwiseUnaryOps.h
Commit message (Expand)AuthorAge
* Add shift_left<N> and shift_right<N> coefficient-wise unary Array functionsGravatar Joel Holdsworth2020-03-19
* Add conjugateIf<bool> members to DesneBase, TriangularView, SelfadjointView, ...Gravatar Gael Guennebaud2019-01-17
* bug #828: clarify documentation of SparseMatrixBase's unary methods.Gravatar Gael Guennebaud2016-09-16
* Complete the coeff-wise math function table.Gravatar Gael Guennebaud2016-07-20
* 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
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Implement generic scalar*expr and expr*scalar operator based on scalar_produc...Gravatar Gael Guennebaud2016-06-02
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* const-qualify template parameters representing const arguments to expressions.Gravatar Benoit Jacob2011-01-24
* Mention ptr_fun in docs for .unaryExpr()Gravatar Jitse Niesen2010-12-27
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Docs: Typos in ArrayBase doxygen commentsGravatar Jitse Niesen2010-08-23
* email changeGravatar Gael Guennebaud2010-06-24
* move the strides API to DenseCoeffsBase,Gravatar Benoit Jacob2010-05-08
* renaming (MatrixType ---> whatever appropriate)Gravatar Benoit Jacob2010-04-18
* Replaced strong with weak inlines in CwiseUnaryOp.Gravatar Hauke Heibel2010-03-14
* a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
* Add the concept of base class plugins, and started to write the ArrayBase class.Gravatar Gael Guennebaud2009-11-20