aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/ArrayBase.h
Commit message (Expand)AuthorAge
* Bug #1788: Fix rule-of-three violations inside the stable modules.Gravatar Christoph Hertzberg2019-12-19
* Added missing EIGEN_DEVICE_FUNC qualifiers.Gravatar Benoit Steiner2017-02-27
* Move common cwise-unary method from MatrixBase/ArrayBase to the common DenseB...Gravatar Gael Guennebaud2017-01-02
* bug #828: clarify documentation of SparseMatrixBase's unary methods.Gravatar Gael Guennebaud2016-09-16
* Doc: split customizing-eigen page into sub-pages and re-structure a bit the d...Gravatar Gael Guennebaud2016-08-30
* 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
* bug #1231: fix compilation regression regarding complex_array/=real_array and...Gravatar Gael Guennebaud2016-05-18
* bug #667: declare several critical functions as FORECE_INLINE to make ICC hap...Gravatar Gael Guennebaud2016-01-31
* Add missing using statement to enable fast Array<complex> / real operations. ...Gravatar Gael Guennebaud2015-11-20
* Add overloads for real times sparse<complex> operations.Gravatar Gael Guennebaud2015-10-29
* Fix return nullary return types: it must be based on the PlainObject type ins...Gravatar Gael Guennebaud2015-06-22
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Add missing return derived() in ArrayBase::operator=Gravatar Gael Guennebaud2014-09-28
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* bug #100: add support for explicit scalar to Array conversion (as enable impl...Gravatar Gael Guennebaud2014-09-19
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* 1- Introduce sub-evaluator types for unary, binary, product, and map expressi...Gravatar Gael Guennebaud2014-06-20
* Move CoeffReadCost mechanism to evaluatorsGravatar Gael Guennebaud2014-03-10
* Fix mixing scalar types with evaluatorsGravatar Gael Guennebaud2014-02-19
* Get rid of SeflCwiseBinaryOpGravatar Gael Guennebaud2014-02-18
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | Make ArrayBase operator+=(scalar) and -=(scalar) use SelfCwiseBinaryOp optimi...Gravatar Gael Guennebaud2013-08-19
| * Extend support for nvcc to Array objects and wrappersGravatar Gael Guennebaud2013-07-31
|/
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* fix a few warnings: change of sign and missing return statementGravatar Gael Guennebaud2012-01-31
* Improve documentation of plugins.Gravatar Jitse Niesen2011-02-13
* fix misc warningsGravatar Thomas Capricelli2011-02-04
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* Fixed compound subtraction in ArrayBase where the assignment needs to be carr...Gravatar Hauke Heibel2010-12-16
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Docs: Add references to TopicClassHierarchyGravatar Jitse Niesen2010-08-22
* further improve compilation error message for array+=matrixGravatar Gael Guennebaud2010-08-16
* improve compilation error message for array+=matrix and the likesGravatar Gael Guennebaud2010-08-16
* * fix SelfCwiseBinaryOp traits and handling of mixed typesGravatar Gael Guennebaud2010-07-19
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* Added doxygen info for .matrix() and .array()Gravatar Carlos Becker2010-06-28
* email changeGravatar Gael Guennebaud2010-06-24
* finish to merge Array into Core:Gravatar Gael Guennebaud2010-06-19
* moved purely "array" related stuff to a new module Array.Gravatar Gael Guennebaud2008-05-31
* * replace compile-time-if by meta-selector in Assign.hGravatar Gael Guennebaud2008-05-31
* Added ArrayBit to get the ability to manipulate a Matrix like a simple scalar.Gravatar Gael Guennebaud2008-05-29