aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins/IndexedViewMethods.h
Commit message (Collapse)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
| | | | Found using `codespell` and `grep` from downstream FreeCAD
* 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 ↵Gravatar Gael Guennebaud2017-02-11
| | | | | | compilers instead of disabling everything. Tested with gcc 4.7 (c++03) and gcc 4.8 (c++03 & c++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 ↵Gravatar Benoit Steiner2017-02-10
| | | | | | | that are known to fail to compile the indexed views (I used the define from the indexed_views.cpp test). Only include the indexed view methods when the compiler supports the code. This makes it possible to use Eigen again in complex code bases such as TensorFlow and older compilers such as gcc 4.8
* 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
| | | | | | - generalize some utilities and move them to Meta (size(), array_size()) - move handling of all and single indices to IndexedViewHelper.h - several cleanup changes
* 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