OpenKalman
OpenKalman
transformations
transformations.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-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
22
#ifndef OPENKALMAN_TRANSFORMATIONS_HPP
23
#define OPENKALMAN_TRANSFORMATIONS_HPP
24
25
#include "
details/TransformationTraits.hpp
"
26
#include "
FiniteDifferenceLinearization.hpp
"
27
#include "Transformation.hpp"
28
#include "LinearTransformation.hpp"
29
#include "
IdentityTransformation.hpp
"
30
31
#endif //OPENKALMAN_TRANSFORMATIONS_HPP
IdentityTransformation.hpp
Definitions for IdentityTransformation.
FiniteDifferenceLinearization.hpp
Definitions for FiniteDifferenceLinearization.
TransformationTraits.hpp
Defines traits relating to transformations.
Generated by
1.8.13