12using Vectord = Eigen::Vector<double, Size>;
14template <
int Rows,
int Cols,
17 : (Cols == 1 && Rows != 1)
20 int MaxRows = Rows,
int MaxCols = Cols>
#define EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION
Definition: Macros.h:29
The matrix class, also used for vectors and row-vectors.
Definition: Matrix.h:180
@ ColMajor
Storage order is column major (see TopicStorageOrders).
Definition: Constants.h:319
@ RowMajor
Storage order is row major (see TopicStorageOrders).
Definition: Constants.h:321
@ AutoAlign
Align the matrix itself if it is vectorizable fixed-size.
Definition: Constants.h:323
Definition: AprilTagPoseEstimator.h:15
Eigen::Vector< double, Size > Vectord
Definition: EigenCore.h:12