aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/indexed_view.cpp
Commit message (Expand)AuthorAge
* Add support for symbolic expressions as arguments of operator()Gravatar Gael Guennebaud2017-01-16
* Introduce a variable_or_fixed<N> proxy returned by fix<N>(val) to pass both a...Gravatar Gael Guennebaud2017-01-16
* Large code refactoring:Gravatar Gael Guennebaud2017-01-11
* Add 1D overloads of operator()Gravatar Gael Guennebaud2017-01-11
* add writeable IndexedViewGravatar Gael Guennebaud2017-01-10
* Fallback to Block<> when possible (Index, all, seq with > increment).Gravatar Gael Guennebaud2017-01-10
* Move 'last' and 'end' to their own namespaceGravatar Gael Guennebaud2017-01-10
* Implement c++98 version of seq()Gravatar Gael Guennebaud2017-01-10
* Isolate legacy code (we keep it for performance comparison purpose)Gravatar Gael Guennebaud2017-01-10
* Add a minimalistic symbolic scalar type with expression template and make use...Gravatar Gael Guennebaud2017-01-09
* Rename span/range to seqN/seqGravatar Gael Guennebaud2017-01-09
* Add support for plain arrays for columns and both rows/columnsGravatar Gael Guennebaud2017-01-06
* Add support for plain-array as indices, e.g., mat({1,2,3,4})Gravatar Gael Guennebaud2017-01-06
* Propagate compile-time increment and strides.Gravatar Gael Guennebaud2017-01-06
* Propagate compile-time size with "all" and add c++11 array unit testGravatar Gael Guennebaud2017-01-06
* Use "fix" for compile-time values, propagate compile-time sizes for span, cle...Gravatar Gael Guennebaud2017-01-06
* Add unit test for indexed viewsGravatar Gael Guennebaud2017-01-06