Go to the source code of this file.
|
|
template<typename T , std::size_t N, std::size_t... offset> |
| constexpr bool | OpenKalman::internal::detail::an_extended_dim_is_dynamic_impl (std::index_sequence< offset... >) |
| |
|
template<typename T , std::size_t N> |
| constexpr bool | OpenKalman::internal::detail::an_extended_dim_is_dynamic () |
| |
◆ less_fixed_than
template<typename T , typename Descriptors >
| constexpr bool OpenKalman::internal::less_fixed_than |
Initial value:=
indexible<T> and pattern_collection<Descriptors> and
(not pattern_collection<Descriptors> or
detail::less_fixed_than_impl<T, Descriptors>(std::make_index_sequence<collections::size_of_v<Descriptors>>{}))
indexible T's vector space descriptors are less fixed than the at least one of the specified vectors_space_descriptor_collection.