temporal_hybrid_model.h File Reference

CPP API: temporal_hybrid_model.h File Reference
temporal_hybrid_model.h File Reference
#include <algorithm>
#include <functional>
#include <type_traits>
#include "memilio/config.h"
Include dependency graph for temporal_hybrid_model.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mio::hybrid::TemporalHybridSimulation< Model1, Model2, ResultType1, ResultType2 >
 A temporal-hybrid simulation. More...
 

Namespaces

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

Functions

template<class CurrentModel , class TargetModel >
void mio::hybrid::convert_model (const CurrentModel &, TargetModel &)=delete
 Convert one model into another. More...