aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/reshape.cpp
Commit message (Expand)AuthorAge
* Extend reshaped unit tests and remove useless const_castGravatar Gael Guennebaud2019-01-17
* Change the logic of A.reshaped<Order>() to be a simple alias to A.reshaped<Or...Gravatar Gael Guennebaud2018-10-03
* Add reshaped<>() shortcuts when returning vectors and remove the reshaping ve...Gravatar Gael Guennebaud2018-09-21
* merge with default EigenGravatar Gael Guennebaud2018-09-21
* Update reshaped API to use RowMajor/ColMajor directly as integral values inst...Gravatar Gael Guennebaud2018-09-19
* Add support for automatic-size deduction in reshaped, e.g.:Gravatar Gael Guennebaud2017-02-21
* Add missing const version of mat(all).Gravatar Gael Guennebaud2017-02-21
* Add support for mat(all) as an alias to mat.reshaped(mat.size(),fix<1>);Gravatar Gael Guennebaud2017-02-21
* 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 fix<> API to specify compile-time reshaped sizes.Gravatar Gael Guennebaud2017-01-29
* Cleanup intitial reshape implementation:Gravatar Gael Guennebaud2017-01-29
* fix reshape flag and test caseGravatar yoco2014-02-10
* Improve reshape test caseGravatar yoco2014-02-04
* Remove reshape InnerPanel, add test, fix bugGravatar yoco2014-01-20
* add reshape test for const and static-size matrixGravatar yoco2014-01-18
* Add unit-test for reshapeGravatar yoco2014-01-18