OpenKalman
OpenKalman
linear-algebra
adapters
tests
adapters.gtest.hpp
Go to the documentation of this file.
1
/* This file is part of OpenKalman, a header-only C++ library for
2
* Kalman filters and other recursive filters.
3
*
4
* Copyright (c) 2021 Christopher Lee Ogden <ogden@gatech.edu>
5
*
6
* This Source Code Form is subject to the terms of the Mozilla Public
7
* License, v. 2.0. If a copy of the MPL was not distributed with this
8
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
9
*/
10
16
#ifndef OPENKALMAN_ADAPTERS_GTEST_HPP
17
#define OPENKALMAN_ADAPTERS_GTEST_HPP
18
19
#include "
interfaces/eigen/tests/eigen.gtest.hpp
"
20
#include "
linear-algebra/adapters/adapters.hpp
"
21
22
23
#endif //OPENKALMAN_ADAPTERS_GTEST_HPP
eigen.gtest.hpp
Header file for Eigen3 tests.
adapters.hpp
Includes header files for all adapter types.
Generated by
1.8.13