OpenKalman
|
Definition for vector. More...
Go to the source code of this file.
Classes | |
struct | OpenKalman::detail::vector_impl< T, N, b, typename > |
struct | OpenKalman::detail::vector_impl< T, N, b, std::enable_if_t< index_count< T >::value !=dynamic_size > > |
Namespaces | |
OpenKalman | |
The root namespace for OpenKalman. | |
OpenKalman::detail | |
T is an acceptable noise perturbation input to a tests. | |
Functions | |
template<typename T , std::size_t N, Applicability b, std::size_t... Is> | |
constexpr bool | OpenKalman::detail::do_vector_impl (std::index_sequence< Is... >) |
Variables | |
template<typename T , std::size_t N = 0, Applicability b = Applicability::guaranteed> | |
constexpr bool | OpenKalman::vector |
T is a vector (e.g., column or row vector). More... | |
Definition for vector.