|
OpenKalman
|
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"

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... | |
Definition of is_one_dimensional function.
1.8.13