Loading...
Searching...
No Matches
Go to the documentation of this file.
6#define EigenOptTypedefs(ScalarType)\
7typedef Eigen::Matrix<ScalarType,Eigen::Dynamic,1> VectorXs;\
8 typedef Eigen::Matrix<ScalarType,Eigen::Dynamic,Eigen::Dynamic> MatrixXs;