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

Definition for one_dimensional. More...

#include "patterns/patterns.hpp"
#include "linear-algebra/concepts/dimension_size_of_index_is.hpp"
#include "linear-algebra/concepts/square_shaped.hpp"
#include "linear-algebra/traits/pattern_collection_type_of.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, N, b, typename >
 
struct  OpenKalman::detail::one_dimensional_impl< T, N, b, std::enable_if_t< patterns::collection_patterns_compare_with_dimension< typename pattern_collection_type_of< T >::type, 1, &stdex::is_eq, N, b > > >
 
struct  OpenKalman::detail::any_1d_index_impl< T, N, typename >
 
struct  OpenKalman::detail::any_1d_index_impl< T, N, std::index_sequence< i... > >
 

Namespaces

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

Functions

template<typename T , auto N>
constexpr bool OpenKalman::detail::any_1d_index ()
 

Variables

template<typename T , std::size_t N = values::unbounded_size, applicability b = applicability::guaranteed>
constexpr bool OpenKalman::one_dimensional
 Specifies that a type is one-dimensional in each of the first N indices. More...
 

Detailed Description

Definition for one_dimensional.