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) { eigen_tensor_test::test_module(m); }
m
Matrix3f m
Definition: AngleAxis_mimic_euler.cpp:1
PYBIND11_MODULE
PYBIND11_MODULE(eigen_tensor_avoid_stl_array, m)
Definition: eigen_tensor_avoid_stl_array.cpp:14


gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:00:50