Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
#include "forward_type.h"
#include <algorithm>
#include <fmt/format.h>
#include <memory>
#include <sstream>
#include <stdexcept>
#include <vector>
Go to the source code of this file.
Classes | |
class | hgps::core::Array2D< TYPE > |
Defines a contiguous storage for two-dimensional numerical data in row-major format. More... | |
Namespaces | |
hgps | |
Top-level namespace for Health-GPS C++ API. | |
hgps::core | |
Top-level namespace for Health-GPS Core C++ API. | |
Typedefs | |
using | hgps::core::FloatArray2D = Array2D< float > |
Contiguous storage for two-dimensional single precision values. More... | |
using | hgps::core::DoubleArray2D = Array2D< double > |
Contiguous storage for two-dimensional double precision values. More... | |
using | hgps::core::IntegerArray2D = Array2D< int > |
Contiguous storage for two-dimensional integer values. More... | |