OpenKalman
OpenKalman::index_dimension_of< T, N, typename > Struct Template Reference

The dimension of an index for a matrix, expression, or array. More...

#include <index_dimension_of.hpp>

Detailed Description

template<typename T, std::size_t N = 0, typename = void>
struct OpenKalman::index_dimension_of< T, N, typename >

The dimension of an index for a matrix, expression, or array.

The static constexpr value member indicates the size of the object associated with a particular index. If the dimension is dynamic, value will be dynamic_size.

Template Parameters
NThe index
TThe matrix, expression, or array

The documentation for this struct was generated from the following file: