OpenKalman
property-functions.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) 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 
19 #ifndef OPENKALMAN_PROPERTIES_FUNCTIONS_HPP
20 #define OPENKALMAN_PROPERTIES_FUNCTIONS_HPP
21 
22 
23 #include "count_indices.hpp"
26 #include "tensor_order.hpp"
27 
29 #include "is_square_shaped.hpp"
30 #include "is_one_dimensional.hpp"
31 #include "is_vector.hpp"
32 #include "get_wrappable.hpp"
33 
38 
39 
40 #endif //OPENKALMAN_PROPERTIES_FUNCTIONS_HPP
Definition of count_indices function.
Definition of vector_space_descriptors_match function.
Definition of get_vector_space_descriptor function.
Definition for get_wrappable function.
Definition of is_one_dimensional function.
Definition for is_vector function.
Definition of get_index_dimension_of function.
Definition of tensor_order function.
Definition of is_square_shaped function.