1#ifndef VIENNASHE_MODELS_MARKOVCHAIN_REACTION_RATES_HPP
2#define VIENNASHE_MODELS_MARKOVCHAIN_REACTION_RATES_HPP
The main ViennaSHE namespace. All functionality resides inside this namespace.
rate_base::value_type value_type
virtual rate_base * clone() const
virtual value_type value() const
const_rate(value_type rate)
The basic rate interface.
virtual value_type value() const =0
virtual rate_base * clone() const =0
virtual value_type operator()() const