Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
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

namespace  hgps
 Top-level namespace for Health-GPS Console host application.
 

Functions

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