aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/StlIterators.h
Commit message (Collapse)AuthorAge
* Make iterators default constructible and assignable, by making...Gravatar Christoph Hertzberg2021-04-09
|
* Add newline at the end of StlIterators.h.Gravatar Rasmus Munk Larsen2020-05-15
|
* Added support for reverse iterators for Vectorwise operations.Gravatar Felipe Attanasio2020-05-14
|
* bug #1776: fix vector-wise STL iterator's operator-> using a proxy as ↵Gravatar Gael Guennebaud2019-12-03
| | | | | | pointer type. This changeset fixes also the value_type definition.
* Fix warning in c++03Gravatar Gael Guennebaud2018-11-10
|
* bug #1619: fix mixing of const and non-const generic iteratorsGravatar Gael Guennebaud2018-11-09
|
* bug #1619: make const and non-const iterators compatibleGravatar Gael Guennebaud2018-11-09
|
* Use void type if stl-style iterators are not supportedGravatar Eugene Zhulenev2018-10-10
|
* Compile time detection for unimplemented stl-style iteratorsGravatar Eugene Zhulenev2018-10-09
|
* Simplify API by removing allCols/allRows and reusing rowwise/colwise to ↵Gravatar Gael Guennebaud2018-10-05
| | | | define iterators over rows/columns
* Move iterators to internal, improve doc, make unit test c++03 friendlyGravatar Gael Guennebaud2018-10-03
|
* Add pointer-based iterator for direct-access expressionsGravatar Gael Guennebaud2018-10-02
|
* Factorize RowsProxy/ColsProxy and related iterators using subVector<>(Index)Gravatar Gael Guennebaud2018-10-02
|
* Use Index instead of ptrdiff_t or int, fix random-accessors.Gravatar Gael Guennebaud2018-10-02
|
* bug #231: initial implementation of STL iterators for dense expressionsGravatar Gael Guennebaud2018-10-01