aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins/IndexedViewMethods.h
Commit message (Expand)AuthorAge
* Rename Symbolic namespace to symbolic to be consistent with numext namespaceGravatar Gael Guennebaud2018-09-15
* add some internal checksGravatar Gael Guennebaud2018-05-18
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Add link to a useful example.Gravatar Gael Guennebaud2017-09-20
* Fix compilation of Vector::operator()(enum) by treating enums as IndexGravatar Gael Guennebaud2017-09-07
* Fix previous commits: disbale only problematic indexed view methods for old c...Gravatar Gael Guennebaud2017-02-11
* Fixed bug introduced in previous commitGravatar Benoit Steiner2017-02-10
* Added a new EIGEN_HAS_INDEXED_VIEW define that set to 0 for older compilers t...Gravatar Benoit Steiner2017-02-10
* Fix useless ';' warningGravatar Gael Guennebaud2017-01-25
* Fix regression when passing enums to operator()Gravatar Gael Guennebaud2017-01-17
* Add support for symbolic expressions as arguments of operator()Gravatar Gael Guennebaud2017-01-16
* TypoGravatar Gael Guennebaud2017-01-16
* Large code refactoring:Gravatar Gael Guennebaud2017-01-11
* Move fix and symbolic to their own file, and improve doxygen compatibilityGravatar Gael Guennebaud2017-01-11
* Add 1D overloads of operator()Gravatar Gael Guennebaud2017-01-11
* Add doc to seq, seqN, ArithmeticSequence, operator(), etc.Gravatar Gael Guennebaud2017-01-10
* Factorize const and non-const version of the generic operator() method.Gravatar Gael Guennebaud2017-01-10