BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
QSAR/common.h
Go to the documentation of this file.
1 #ifndef BALL_QSAR_COMMON_H
2 #define BALL_QSAR_COMMON_H
3 
4 #include <vector>
5 #include <Eigen/Core>
6 #include <Eigen/StdVector>
7 
8 namespace BALL
9 {
10  typedef std::vector<Eigen::MatrixXd, Eigen::aligned_allocator<Eigen::MatrixXd> > MatrixVector;
11 }
12 
13 #endif //BALL_QSAR_COMMON_H
std::vector< Eigen::MatrixXd, Eigen::aligned_allocator< Eigen::MatrixXd > > MatrixVector
Definition: QSAR/common.h:10