Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /jana2/src/python/externals/pybind11-2.10.3/tests/test_eigen_tensor.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*
0002     tests/eigen_tensor.cpp -- automatic conversion of Eigen Tensor
0003 
0004     All rights reserved. Use of this source code is governed by a
0005     BSD-style license that can be found in the LICENSE file.
0006 */
0007 
0008 #define PYBIND11_TEST_EIGEN_TENSOR_NAMESPACE eigen_tensor
0009 
0010 #ifdef EIGEN_AVOID_STL_ARRAY
0011 #    undef EIGEN_AVOID_STL_ARRAY
0012 #endif
0013 
0014 #include "test_eigen_tensor.inl"
0015 
0016 #include "pybind11_tests.h"
0017 
0018 test_initializer egien_tensor("eigen_tensor", eigen_tensor_test::test_module);