Eugene Zhulenev
|
a7b7f3ca8a
|
Add missing EIGEN_DEPRECATED annotations to deprecated functions and fix few other doxygen warnings
|
2019-04-23 17:23:19 -07:00 |
|
Gael Guennebaud
|
4b7cf7ff82
|
Extend reshaped unit tests and remove useless const_cast
|
2019-01-17 17:35:32 +01:00 |
|
Gael Guennebaud
|
5f26f57598
|
Change the logic of A.reshaped<Order>() to be a simple alias to A.reshaped<Order>(AutoSize,fix<1>).
This means that now AutoOrder is allowed, and it always return a column-vector.
|
2018-10-03 11:41:47 +02:00 |
|
Gael Guennebaud
|
dfa8439e4d
|
Update reshaped API to use RowMajor/ColMajor directly as integral values instead of introducing RowOrder/ColOrder types.
The API changed from A.respahed(rows,cols,RowOrder) to A.template reshaped<RowOrder>(rows,cols).
|
2018-09-19 11:49:26 +02:00 |
|
Gael Guennebaud
|
9081c8f6ea
|
Add support for RowOrder reshaped
|
2017-02-20 11:46:21 +01:00 |
|
Gael Guennebaud
|
4b22048cea
|
Fallback Reshaped to MapBase when possible (same storage order and linear access to the nested expression)
|
2017-02-11 15:32:53 +01:00 |
|
Gael Guennebaud
|
83d6a529c3
|
Use Eigen::fix<N> to pass compile-time sizes.
|
2017-02-11 15:31:28 +01:00 |
|
Gael Guennebaud
|
24409f3acd
|
Use fix<> API to specify compile-time reshaped sizes.
|
2017-01-29 15:20:35 +01:00 |
|