mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Updated the custom indexing code: we can now use any container that provides the [] operator to index a tensor. Added unit tests to validate the use of std::map and a few more types as valid custom index containers
This commit is contained in:
@@ -293,7 +293,3 @@ void test_cxx11_tensor_simple()
|
||||
CALL_SUBTEST(test_simple_assign());
|
||||
CALL_SUBTEST(test_resize());
|
||||
}
|
||||
|
||||
/*
|
||||
* kate: space-indent on; indent-width 2; mixedindent off; indent-mode cstyle;
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user