|
||||
File indexing completed on 2025-01-18 10:17:53
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);
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |