mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove reshape InnerPanel, add test, fix bug
This commit is contained in:
@@ -53,6 +53,8 @@ void test_reshape()
|
||||
}
|
||||
}
|
||||
|
||||
mx.reshape(8, 2).leftCols(2);
|
||||
|
||||
// test dynamic-size matrix
|
||||
CALL_SUBTEST(dynamic_reshape_all_size(mx, 4, 4));
|
||||
CALL_SUBTEST(static_reshape_all_size(mx));
|
||||
|
||||
Reference in New Issue
Block a user