BALL
1.5.0
include
BALL
QSAR
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
BALL
Definition:
constants.h:13
BALL::MatrixVector
std::vector< Eigen::MatrixXd, Eigen::aligned_allocator< Eigen::MatrixXd > > MatrixVector
Definition:
QSAR/common.h:10
Generated by
1.9.1