Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Add missing EIGEN_DEPRECATED annotations to deprecated functions and fix few ... | Eugene Zhulenev | 2019-04-23 |
* | Extend reshaped unit tests and remove useless const_cast | Gael Guennebaud | 2019-01-17 |
* | Change the logic of A.reshaped<Order>() to be a simple alias to A.reshaped<Or... | Gael Guennebaud | 2018-10-03 |
* | Update reshaped API to use RowMajor/ColMajor directly as integral values inst... | Gael Guennebaud | 2018-09-19 |
* | Add support for RowOrder reshaped | Gael Guennebaud | 2017-02-20 |
* | Fallback Reshaped to MapBase when possible (same storage order and linear acc... | Gael Guennebaud | 2017-02-11 |
* | Use Eigen::fix<N> to pass compile-time sizes. | Gael Guennebaud | 2017-02-11 |
* | Use fix<> API to specify compile-time reshaped sizes. | Gael Guennebaud | 2017-01-29 |