OpenKalman
OpenKalman.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) 2020-2024 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 
18 #ifndef OPENKALMAN_OPENKALMAN_HPP
19 #define OPENKALMAN_OPENKALMAN_HPP
20 
24 namespace OpenKalman {}
25 
26 #include "basics/basics.hpp"
27 #include "values/values.hpp""
28 #include "linear-algebra/linear-algebra.hpp""
32 #include "filters/filters.hpp"
33 
34 
35 #endif //OPENKALMAN_OPENKALMAN_HPP
A meta-header file including all the headers relating to OpenKalman transformations.
A meta-header file including all the headers relating to OpenKalman distributions.
A meta-header file including all the headers relating to OpenKalman transforms.
Header file for code relating to values (e.g., scalars and indices)
The root namespace for OpenKalman.
Definition: basics.hpp:34
Basic definitions for OpenKalman as a whole.
A meta-header file including all the headers relating to OpenKalman filters.