Eugene Zhulenev
|
d9392f9e55
|
Fix code format
|
2018-11-02 14:51:35 -07:00 |
|
Eugene Zhulenev
|
118520f04a
|
Workaround nbcc+msvc compiler bug
|
2018-11-02 14:48:28 -07: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
|
9b6e365018
|
Fix linking issue.
|
2017-02-21 16:52:22 +01:00 |
|
Gael Guennebaud
|
3d200257d7
|
Add support for automatic-size deduction in reshaped, e.g.:
mat.reshaped(4,AutoSize); <-> mat.reshaped(4,mat.size()/4);
|
2017-02-21 15:57:25 +01:00 |
|