libspatialSEIR
0.1
Bayesian Spatial SEIR Modeling
|
#include <Eigen/Core>
#include <cstring>
#include <vector>
Go to the source code of this file.
Classes | |
struct | SpatialSEIR::modelConfiguration |
class | SpatialSEIR::ModelContext |
Namespaces | |
SpatialSEIR | |
Macros | |
#define | MODEL_CONTEXT_INC |
#define | LSS_DEGENERATE_DATA_MODEL 1 |
#define | LSS_OVERDISPERSED_DATA_MODEL 2 |
Typedefs | |
typedef Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > | SpatialSEIR::MatrixType |
typedef Eigen::Map< MatrixType, Eigen::ColMajor > | SpatialSEIR::MatrixMapType |
typedef Eigen::Matrix< int, Eigen::Dynamic, Eigen::Dynamic > | SpatialSEIR::IntMatrixType |
typedef Eigen::Map < IntMatrixType, Eigen::ColMajor > | SpatialSEIR::IntMatrixMapType |
#define LSS_DEGENERATE_DATA_MODEL 1 |
#define LSS_OVERDISPERSED_DATA_MODEL 2 |
#define MODEL_CONTEXT_INC |