1 #ifndef BALL_QSAR_COMMON_H
2 #define BALL_QSAR_COMMON_H
6 #include <Eigen/StdVector>
10 typedef std::vector<Eigen::MatrixXd, Eigen::aligned_allocator<Eigen::MatrixXd> >
MatrixVector;
13 #endif //BALL_QSAR_COMMON_H
std::vector< Eigen::MatrixXd, Eigen::aligned_allocator< Eigen::MatrixXd > > MatrixVector