aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Reshaped.h
Commit message (Expand)AuthorAge
* Change the logic of A.reshaped<Order>() to be a simple alias to A.reshaped<Or...Gravatar Gael Guennebaud2018-10-03
* Update reshaped API to use RowMajor/ColMajor directly as integral values inst...Gravatar Gael Guennebaud2018-09-19
* Add support for RowOrder reshapedGravatar Gael Guennebaud2017-02-20
* Fallback Reshaped to MapBase when possible (same storage order and linear acc...Gravatar Gael Guennebaud2017-02-11
* Use Eigen::fix<N> to pass compile-time sizes.Gravatar Gael Guennebaud2017-02-11
* Use fix<> API to specify compile-time reshaped sizes.Gravatar Gael Guennebaud2017-01-29