OpenKalman
Classes | Namespaces | Functions | Variables
one_dimensional.hpp File Reference

Definition for one_dimensional. More...

#include "linear-algebra/coordinates/concepts/compares_with.hpp"
Include dependency graph for one_dimensional.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::detail::one_dimensional_impl< T, b, typename >
 
struct  OpenKalman::detail::one_dimensional_impl< T, b, std::enable_if_t< index_count< T >::value==dynamic_size > >
 
struct  OpenKalman::detail::one_dimensional_impl< T, b, std::enable_if_t< index_count< T >::value==0 > >
 
struct  OpenKalman::detail::one_dimensional_impl< T, b, std::enable_if_t< index_count< T >::value !=dynamic_size and index_count< T >::value > 0 >
 

Namespaces

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

Functions

template<typename T , Applicability b, std::size_t I, std::size_t... Is>
constexpr bool OpenKalman::detail::has_1_by_1_dims (std::index_sequence< I, Is... >)
 

Variables

template<typename T , Applicability b = Applicability::guaranteed>
constexpr bool OpenKalman::one_dimensional
 Specifies that a type is one-dimensional in every index. More...
 

Detailed Description

Definition for one_dimensional.

Todo:
Address whether we need a "one-dimensional" interface.