aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/indexed_view.cpp
Commit message (Expand)AuthorAge
* Fix previous commits: disbale only problematic indexed view methods for old c...Gravatar Gael Guennebaud2017-02-11
* Added a new EIGEN_HAS_INDEXED_VIEW define that set to 0 for older compilers t...Gravatar Benoit Steiner2017-02-10
* Disable a part of the unit test for gcc 4.8Gravatar Gael Guennebaud2017-02-01
* Fix unamed type as template argument (ok in c++11 only)Gravatar Gael Guennebaud2017-01-25
* Add support for std::integral_constantGravatar Gael Guennebaud2017-01-24
* Recover compile-time size from seq(A,B) when A and B are fixed values. (c++11...Gravatar Gael Guennebaud2017-01-19
* Remove dead codeGravatar Gael Guennebaud2017-01-18
* Add a .reverse() member to ArithmeticSequence.Gravatar Gael Guennebaud2017-01-18
* Update all block expressions to accept compile-time sizes passed by fix<N> or...Gravatar Gael Guennebaud2017-01-18
* Fix regression when passing enums to operator()Gravatar Gael Guennebaud2017-01-17
* Fix -Wunnamed-type-template-argsGravatar Gael Guennebaud2017-01-17
* Add a generic block() method compatible with Eigen::fixGravatar Gael Guennebaud2017-01-17
* 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