Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /jana2/src/python/externals/pybind11-2.10.3/tests/eigen_tensor_avoid_stl_array.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 #ifndef EIGEN_AVOID_STL_ARRAY
0009 #    define EIGEN_AVOID_STL_ARRAY
0010 #endif
0011 
0012 #include "test_eigen_tensor.inl"
0013 
0014 PYBIND11_MODULE(eigen_tensor_avoid_stl_array, m) { eigen_tensor_test::test_module(m); }