Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:17:51

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); }