NetDEM v1.0
Loading...
Searching...
No Matches
distribution.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "utils_macros.hpp"
4
5namespace netdem {
6
11public:
12 virtual double Get() = 0;
13 virtual VecXT<double> Get(int num) = 0;
14 virtual ~Distribution() {}
15};
16
17} // namespace netdem
Definition distribution.hpp:10
virtual ~Distribution()
Definition distribution.hpp:14
virtual double Get()=0
virtual VecXT< double > Get(int num)=0
Definition bond_entry.hpp:7
std::vector< T > VecXT
Definition utils_macros.hpp:31