GrayCodesMatrix::type returns an Eigen matrix of integers.
The size of this matrix is determined by the number of digits in the Gray code.
#include <drake/math/gray_code.h>
Public Types | |
| typedef Eigen::Matrix< int, NumDigits==0 ? 0 :1<< NumDigits, NumDigits > | type |
| typedef Eigen::Matrix<int, NumDigits == 0 ? 0 : 1 << NumDigits, NumDigits> type |