hops
MatrixType.hpp
Go to the documentation of this file.
1 #ifndef HOPS_MATRIXTYPE_HPP
2 #define HOPS_MATRIXTYPE_HPP
3 
4 #include <Eigen/Core>
5 
6 namespace hops {
7  using MatrixType = Eigen::MatrixXd;
8 }
9 
10 #endif //HOPS_MATRIXTYPE_HPP
hops::MatrixType
Eigen::MatrixXd MatrixType
Definition: MatrixType.hpp:7
hops
Definition: CsvReader.hpp:8