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