Gael Guennebaud
|
b3fc0007ae
|
Add support for mat(all) as an alias to mat.reshaped(mat.size(),fix<1>);
|
2017-02-21 13:49:09 +01: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
|
24409f3acd
|
Use fix<> API to specify compile-time reshaped sizes.
|
2017-01-29 15:20:35 +01:00 |
|
Gael Guennebaud
|
9036cda364
|
Cleanup intitial reshape implementation:
- reshape -> reshaped
- make it compatible with evaluators.
|
2017-01-29 14:57:45 +01:00 |
|
yoco
|
15f273b63c
|
fix reshape flag and test case
|
2014-02-10 22:49:13 +08:00 |
|
yoco
|
515bbf8bb2
|
Improve reshape test case
- simplify test code
- add reshape chain
|
2014-02-04 02:50:23 +08:00 |
|
yoco
|
2b89080903
|
Remove reshape InnerPanel, add test, fix bug
|
2014-01-20 01:43:28 +08:00 |
|
yoco
|
24e1c0f2a1
|
add reshape test for const and static-size matrix
|
2014-01-18 23:27:53 +08:00 |
|
yoco
|
150796337a
|
Add unit-test for reshape
- add unittest for dynamic & fixed-size reshape
- fix fixed-size reshape bugs bugs found while testing
|
2014-01-18 16:10:46 +08:00 |
|