OpenKalman
Namespaces | Functions
is_one_dimensional.hpp File Reference

Definition of is_one_dimensional function. More...

#include "patterns/patterns.hpp"
#include "linear-algebra/concepts/indexible.hpp"
#include "linear-algebra/traits/get_pattern_collection.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.
 

Functions

template<std::size_t N = values::unbounded_size, typename T , std::enable_if_t<(N==values::unbounded_size or N > = 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.