OpenKalman
Classes | Namespaces | Variables
constant_object.hpp File Reference

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"
Include dependency graph for constant_object.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Definition for constant_object.