OpenKalman
Classes | Namespaces | Functions
get_stat_dimension.hpp File Reference

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"
Include dependency graph for get_stat_dimension.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::coordinates::detail::range_value_has_fixed_stat_dimension< T, typename >
 
struct  OpenKalman::coordinates::detail::range_value_has_fixed_stat_dimension< T, std::enable_if_t< stdex::ranges::range< T > > >
 

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...
 

Detailed Description

Definition for coordinates::get_stat_dimension.