wrap
pybind11
tests
eigen_tensor_avoid_stl_array.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
#ifndef EIGEN_AVOID_STL_ARRAY
9
# define EIGEN_AVOID_STL_ARRAY
10
#endif
11
12
#include "test_eigen_tensor.inl"
13
14
PYBIND11_MODULE
(eigen_tensor_avoid_stl_array,
m
, pybind11::mod_gil_not_used()) {
15
eigen_tensor_test::test_module(
m
);
16
}
m
Matrix3f m
Definition:
AngleAxis_mimic_euler.cpp:1
PYBIND11_MODULE
PYBIND11_MODULE(eigen_tensor_avoid_stl_array, m, pybind11::mod_gil_not_used())
Definition:
eigen_tensor_avoid_stl_array.cpp:14
gtsam
Author(s):
autogenerated on Sat Nov 16 2024 04:02:14