#include <CovariateMatrix.hpp>
| SpatialSEIR::CovariateMatrix::~CovariateMatrix |
( |
| ) |
|
| void SpatialSEIR::CovariateMatrix::buildDecorrelationProjectionMatrix |
( |
| ) |
|
| int SpatialSEIR::CovariateMatrix::calculate_eta_CPU |
( |
double * |
eta, |
|
|
double * |
beta |
|
) |
| |
| int SpatialSEIR::CovariateMatrix::calculate_eta_OCL |
( |
double * |
eta, |
|
|
double * |
beta |
|
) |
| |
| int SpatialSEIR::CovariateMatrix::calculate_fixed_eta_CPU |
( |
double * |
eta, |
|
|
double * |
beta |
|
) |
| |
| int SpatialSEIR::CovariateMatrix::genFromDataStream |
( |
double * |
indata_x, |
|
|
double * |
indata_z, |
|
|
int * |
inrow_x, |
|
|
int * |
incol_x, |
|
|
int * |
inrow_z, |
|
|
int * |
incol_z |
|
) |
| |
| double* SpatialSEIR::CovariateMatrix::decorrelationProjectionMatrix |
| int* SpatialSEIR::CovariateMatrix::ncol_x |
| int* SpatialSEIR::CovariateMatrix::ncol_z |
| int* SpatialSEIR::CovariateMatrix::nrow_x |
| int* SpatialSEIR::CovariateMatrix::nrow_z |
| double* SpatialSEIR::CovariateMatrix::offset |
| int* SpatialSEIR::CovariateMatrix::offsetLength |
| std::vector<std::string>* SpatialSEIR::CovariateMatrix::varnames |
| double* SpatialSEIR::CovariateMatrix::X |
| double* SpatialSEIR::CovariateMatrix::Z |
The documentation for this class was generated from the following files: