contact_matrix.h File Reference

CPP API: contact_matrix.h File Reference
contact_matrix.h File Reference
#include "memilio/epidemiology/damping.h"
#include "memilio/math/math_utils.h"
#include "memilio/utils/stl_util.h"
#include <numeric>
#include <ostream>
#include <vector>
Include dependency graph for contact_matrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mio::ContactMatrix< FP >
 represents time dependent contact frequencies between groups. More...
 
class  mio::ContactMatrixGroup< FP >
 represents a collection of contact frequency matrices that whose sum is the total number of contacts. More...
 
class  mio::DampingMatrixExpression< FP, D >
 represents the coefficient wise matrix (or vector) expression B - D * M where B is a baseline, M is a minimum and D is some time dependent complex damping factor. More...
 
class  mio::DampingMatrixExpressionGroup< FP, E >
 represents a collection of DampingMatrixExpressions that are summed up. More...
 

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.