16 #ifndef OPENKALMAN_EIGEN_TRAITS_MATRIX_HPP 17 #define OPENKALMAN_EIGEN_TRAITS_MATRIX_HPP 19 #include <type_traits> 24 template<
typename S,
int rows,
int cols,
int options,
int maxrows,
int maxcols>
46 #endif //OPENKALMAN_EIGEN_TRAITS_MATRIX_HPP Definition: indexible_object_traits.hpp:36
Definition: basics.hpp:41
Row-major storage (C or C++ style): contiguous storage in which the right-most index has a stride of ...
Trait object providing get and set routines.
Definition: eigen-forward-declarations.hpp:502
Definition: eigen-comma-initializers.hpp:20
Column-major storage (Fortran, Matlab, or Eigen style): contiguous storage in which the left-most ext...
Layout
The layout format of a multidimensional array.
Definition: global-definitions.hpp:47
A matrix with typed rows and columns.
Definition: forward-class-declarations.hpp:448