|
OpenKalman
|
Definition for is_vector function. More...
#include "linear-algebra/traits/index_count.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 N, std::size_t i = 0, typename T > | |
| constexpr bool | OpenKalman::detail::get_is_vector_impl (const T &t) |
| template<std::size_t N = 0, typename T , std::enable_if_t< indexible< T >, int > = 0> | |
| constexpr auto | OpenKalman::is_vector (const T &t) |
| Return true if T is a vector at runtime. More... | |
Definition for is_vector function.
1.8.13