EigenOpt 1.0.0
Loading...
Searching...
No Matches
typedefs.hpp File Reference
#include <Eigen/Dense>
Include dependency graph for typedefs.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define EigenOptTypedefs(ScalarType)
 

Macro Definition Documentation

◆ EigenOptTypedefs

#define EigenOptTypedefs (   ScalarType)
Value:
typedef Eigen::Matrix<ScalarType,Eigen::Dynamic,1> VectorXs;\
typedef Eigen::Matrix<ScalarType,Eigen::Dynamic,Eigen::Dynamic> MatrixXs;

Definition at line 6 of file typedefs.hpp.