Definition for internal::singular_component.
More...
Go to the source code of this file.
|
template<typename Arg , typename Indices > |
decltype(auto) constexpr | OpenKalman::internal::detail::get_singular_component_impl (Arg &&arg, const Indices &indices) |
|
template<typename Arg , std::size_t... Ix> |
decltype(auto) constexpr | OpenKalman::internal::detail::get_singular_component_impl (Arg &&arg, std::index_sequence< Ix... >) |
|
template<typename Arg > |
decltype(auto) constexpr | OpenKalman::internal::get_singular_component (Arg &&arg) |
|
Definition for internal::singular_component.