Fraxinus  18.10
An IGT application
matrix.hpp
Go to the documentation of this file.
1 #ifndef MATRIX_HPP
2 #define MATRIX_HPP
3 #include <Eigen/Dense>
4 #include "precision.hpp"
5 typedef Eigen::Matrix<double,4,4> Matrix4;
6 
7 
8 #endif
Eigen::Matrix< double, 4, 4 > Matrix4
Definition: matrix.hpp:5