|
OpenKalman
|
Definition for coordinates::get_stat_dimension. More...
#include <functional>#include "basics/basics.hpp"#include "collections/concepts/uniformly_gettable.hpp"#include "coordinates/concepts/pattern.hpp"#include "coordinates/concepts/descriptor.hpp"#include "coordinates/functions/internal/get_descriptor_stat_dimension.hpp"

Go to the source code of this file.
Namespaces | |
| OpenKalman::coordinates | |
| The namespace for features relating to coordinates::pattern object. | |
Functions | |
| template<typename Arg , std::enable_if_t< descriptor< Arg > or(descriptor_collection< Arg > and(collections::sized< Arg > or detail::range_value_has_fixed_stat_dimension< Arg >::value)), int > = 0> | |
| constexpr auto | OpenKalman::coordinates::get_stat_dimension (const Arg &arg) |
| Get the vector dimension of coordinates::pattern Arg when transformed into statistical space. More... | |
Definition for coordinates::get_stat_dimension.
1.8.13