Gael Guennebaud
|
0105146915
|
Fix warning in c++03
|
2018-11-10 09:11:38 +01:00 |
|
Gael Guennebaud
|
784a3f13cf
|
bug #1619: fix mixing of const and non-const generic iterators
|
2018-11-09 21:45:10 +01:00 |
|
Gael Guennebaud
|
db9a9a12ba
|
bug #1619: make const and non-const iterators compatible
|
2018-11-09 16:49:19 +01:00 |
|
Eugene Zhulenev
|
2bf1a31d81
|
Use void type if stl-style iterators are not supported
|
2018-10-10 10:31:40 -07:00 |
|
Eugene Zhulenev
|
c0ca8a9fa3
|
Compile time detection for unimplemented stl-style iterators
|
2018-10-09 15:28:23 -07:00 |
|
Gael Guennebaud
|
d92f004ab7
|
Simplify API by removing allCols/allRows and reusing rowwise/colwise to define iterators over rows/columns
|
2018-10-05 23:11:21 +02:00 |
|
Gael Guennebaud
|
3e64b1fc86
|
Move iterators to internal, improve doc, make unit test c++03 friendly
|
2018-10-03 15:13:15 +02:00 |
|
Gael Guennebaud
|
0481900e25
|
Add pointer-based iterator for direct-access expressions
|
2018-10-02 23:44:36 +02:00 |
|
Gael Guennebaud
|
8c38528168
|
Factorize RowsProxy/ColsProxy and related iterators using subVector<>(Index)
|
2018-10-02 14:03:26 +02:00 |
|
Gael Guennebaud
|
37e29fc893
|
Use Index instead of ptrdiff_t or int, fix random-accessors.
|
2018-10-02 13:29:32 +02:00 |
|
Gael Guennebaud
|
b0c66adfb1
|
bug #231: initial implementation of STL iterators for dense expressions
|
2018-10-01 23:21:37 +02:00 |
|