libspatialSEIR  0.1
Bayesian Spatial SEIR Modeling
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Namespaces | Macros | Typedefs
ModelContext.hpp File Reference
#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
 

Macro Definition Documentation

#define LSS_DEGENERATE_DATA_MODEL   1
#define LSS_OVERDISPERSED_DATA_MODEL   2
#define MODEL_CONTEXT_INC