OpenKalman
OpenKalman
linear-algebra
concepts
other-traits.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) 2019-2023 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_OTHER_TRAITS_HPP
17
#define OPENKALMAN_OTHER_TRAITS_HPP
18
19
#include <type_traits>
20
21
#include "
typed_adapter.hpp
"
22
#include "
untyped_adapter.hpp
"
23
#include "
linear-algebra/traits/dense_writable_matrix_t.hpp
"
24
25
#endif //OPENKALMAN_OTHER_TRAITS_HPP
dense_writable_matrix_t.hpp
Declaration for .
typed_adapter.hpp
Declaration for .
untyped_adapter.hpp
Declaration for .
Generated by
1.8.13