aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins/ReshapedMethods.h
Commit message (Expand)AuthorAge
* Workaround nbcc+msvc compiler bugGravatar Eugene Zhulenev2018-11-02
* bug #1603: add parenthesis around ternary operator in function body as well a...Gravatar Gael Guennebaud2018-10-08
* mergeGravatar Gael Guennebaud2018-10-08
|\
| * Workaround MSVC compilation issueGravatar Gael Guennebaud2018-10-06
* | Move iterators to internal, improve doc, make unit test c++03 friendlyGravatar Gael Guennebaud2018-10-03
* | Change the logic of A.reshaped<Order>() to be a simple alias to A.reshaped<Or...Gravatar Gael Guennebaud2018-10-03
|/
* Fix documentation of reshape to vectors.Gravatar Gael Guennebaud2018-09-25
* Add reshaped<>() shortcuts when returning vectors and remove the reshaping ve...Gravatar Gael Guennebaud2018-09-21
* merge with default EigenGravatar Gael Guennebaud2018-09-21
* Doc fixesGravatar Gael Guennebaud2018-09-21
* Fix doc wrt previous changeGravatar Gael Guennebaud2018-09-19
* Update reshaped API to use RowMajor/ColMajor directly as integral values inst...Gravatar Gael Guennebaud2018-09-19
* Improve documentation of reshapedGravatar Gael Guennebaud2017-02-21
* 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
* 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