aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Reshaped.h
Commit message (Expand)AuthorAge
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid...Gravatar David Tellenbach2021-03-05
* Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out...Gravatar Steve Bronder2021-03-04
* Fix doxygen class blocks that were not associated with the correct classes.Gravatar Jim Lersch2020-11-27
* Add missing EIGEN_DEPRECATED annotations to deprecated functions and fix few ...Gravatar Eugene Zhulenev2019-04-23
* 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
* 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