OpenKalman
Classes | Namespaces | Variables
dynamic_dimension.hpp File Reference

Definition for dynamic_dimension. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::detail::is_dynamic_dimension< T, N, typename >
 
struct  OpenKalman::detail::is_dynamic_dimension< T, N, std::enable_if_t< indexible< T > and index_dimension_of< T, N >::value==dynamic_size > >
 

Namespaces

 OpenKalman
 The root namespace for OpenKalman.
 
 OpenKalman::detail
 T is an acceptable noise perturbation input to a tests.
 

Variables

template<typename T , std::size_t N>
constexpr bool OpenKalman::dynamic_dimension = detail::is_dynamic_dimension<T, N>::value
 Specifies that T's index N has a dimension defined at run time. More...
 

Detailed Description

Definition for dynamic_dimension.