|
OpenKalman
|
Definition for has_nested_vector. More...
#include "traits/nested_object_of.hpp"

Go to the source code of this file.
Classes | |
| struct | OpenKalman::internal::detail::has_nested_vector_impl< T, N, typename > |
| struct | OpenKalman::internal::detail::has_nested_vector_impl< T, N, std::enable_if_t< has_nested_object< T > > > |
Variables | |
| template<typename T , std::size_t N = 0> | |
| constexpr bool | OpenKalman::internal::has_nested_vector = detail::has_nested_vector_impl<T, N>::value |
| Specifies that a type is a wrapper containing a nested vector. More... | |
Definition for has_nested_vector.
| constexpr bool OpenKalman::internal::has_nested_vector = detail::has_nested_vector_impl<T, N>::value |
Specifies that a type is a wrapper containing a nested vector.
| T | A matrix or tensor. |
| N | An index designating the "large" index of the nested vector (0 for a column vector, 1 for a row vector) |
1.8.13