|
OpenKalman
|
Definition for constant_object. More...
#include "values/values.hpp"#include "linear-algebra/interfaces/interfaces-defined.hpp"#include "linear-algebra/concepts/indexible.hpp"#include "linear-algebra/concepts/one_dimensional.hpp"#include "linear-algebra/concepts/zero.hpp"#include "linear-algebra/concepts/triangular_matrix.hpp"

Go to the source code of this file.
Classes | |
| struct | OpenKalman::detail::element_type_is_fixed< T, typename > |
| struct | OpenKalman::detail::element_type_is_fixed< T, std::enable_if_t< values::fixed< typename element_type_of< T >::type > > > |
Namespaces | |
| OpenKalman | |
| The root namespace for OpenKalman. | |
| OpenKalman::detail | |
| T is an acceptable noise perturbation input to a tests. | |
Variables | |
| template<typename T > | |
| constexpr bool | OpenKalman::constant_object |
| Specifies that all elements of an object are known at compile time to be the same constant value. More... | |
Definition for constant_object.
1.8.13