RobinTrace
Mat3.h
Go to the documentation of this file.
1 
3 #ifndef MAT3_H
4 #define MAT3_H
5 
6 #include <Eigen/Dense>
7 
9 typedef Eigen::Matrix3d Mat3;
10 
11 #endif // MAT3_H
Eigen::Matrix3d Mat3
Definition: Mat3.h:9