conversion_functions.h File Reference

CPP API: conversion_functions.h File Reference
conversion_functions.h File Reference
Include dependency graph for conversion_functions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Functions

template<>
void mio::hybrid::convert_model (const dabm::Simulation< SingleWell< mio::osecir::InfectionState >> &current_model, mio::Simulation< ScalarType, mio::osecir::Model< ScalarType >> &target_model)
 
template<>
void mio::hybrid::convert_model (const dabm::Simulation< SingleWell< mio::osecir::InfectionState >> &current_model, smm::Simulation< ScalarType, smm::Model< ScalarType, mio::osecir::InfectionState >> &target_model)
 
template<>
void mio::hybrid::convert_model (const mio::Simulation< ScalarType, mio::osecir::Model< ScalarType >> &current_model, dabm::Simulation< SingleWell< mio::osecir::InfectionState >> &target_model)
 
template<>
void mio::hybrid::convert_model (const smm::Simulation< ScalarType, smm::Model< ScalarType, mio::osecir::InfectionState >> &current_model, dabm::Simulation< SingleWell< mio::osecir::InfectionState >> &target_model)