BALL 1.5.0
Loading...
Searching...
No Matches
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
8namespace 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