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

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