OpenKalman
Namespaces | Functions
is_one_dimensional.hpp File Reference

Definition of is_one_dimensional function. More...

#include "linear-algebra/traits/count_indices.hpp"
#include "linear-algebra/traits/index_count.hpp"
#include "linear-algebra/traits/get_index_extent.hpp"
Include dependency graph for is_one_dimensional.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Functions

template<std::size_t i = 0, typename T >
constexpr bool OpenKalman::detail::is_one_dimensional_impl (const T &t)
 
template<typename T , std::enable_if_t< indexible< T >, int > = 0>
constexpr auto OpenKalman::is_one_dimensional (const T &t)
 Determine whether T is one_dimensional, meaning that every index has a dimension of 1. More...
 

Detailed Description

Definition of is_one_dimensional function.