Health-GPS  1.2.2.0
Global Health Policy Simulation model (Health-GPS)
monotonic_vector.h File Reference
#include <stdexcept>
#include <vector>
#include "HealthGPS.Core/forward_type.h"
Include dependency graph for monotonic_vector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hgps::MonotonicVector< TYPE >
 Defines a monotonic vector container type. More...
 

Namespaces

 hgps
 Top-level namespace for Health-GPS C++ API.
 

Functions

template<core::Numerical TYPE>
bool hgps::is_strict_monotonic (const std::vector< TYPE > &values) noexcept
 Determine whether a vector data is strict monotonic. More...