wrap
pybind11
tests
test_eigen_tensor.cpp
Go to the documentation of this file.
1
/*
2
tests/eigen_tensor.cpp -- automatic conversion of Eigen Tensor
3
4
All rights reserved. Use of this source code is governed by a
5
BSD-style license that can be found in the LICENSE file.
6
*/
7
8
#define PYBIND11_TEST_EIGEN_TENSOR_NAMESPACE eigen_tensor
9
10
#ifdef EIGEN_AVOID_STL_ARRAY
11
# undef EIGEN_AVOID_STL_ARRAY
12
#endif
13
14
#include "test_eigen_tensor.inl"
15
16
#include "
pybind11_tests.h
"
17
18
test_initializer
egien_tensor
(
"eigen_tensor"
, eigen_tensor_test::test_module);
egien_tensor
test_initializer egien_tensor("eigen_tensor", eigen_tensor_test::test_module)
test_initializer
Definition:
pybind11_tests.h:11
pybind11_tests.h
gtsam
Author(s):
autogenerated on Fri Nov 1 2024 03:39:27