16 #ifndef OPENKALMAN_EIGEN_TRAITS_PERMUTATIONMATRIX_HPP 17 #define OPENKALMAN_EIGEN_TRAITS_PERMUTATIONMATRIX_HPP 19 #include <type_traits> 24 template<
int SizeAtCompileTime,
int MaxSizeAtCompileTime,
typename StorageIndex>
25 struct object_traits<
Eigen::PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime, StorageIndex>>
34 template<
typename Arg>
37 return std::forward<Arg>(arg).indices();
Definition: basics.hpp:41
Definition: eigen-comma-initializers.hpp:20
Definition: object_traits.hpp:38
Trait object providing get and set routines.
Definition: eigen-forward-declarations.hpp:502
decltype(auto) constexpr nested_object(Arg &&arg)
Retrieve a nested object of Arg, if it exists.
Definition: nested_object.hpp:35