scenario_simulator_v2 C++ API
|
Functions | |
bool | isIncreasing (const std::vector< double > &x) |
bool | isNotDecreasing (const std::vector< double > &x) |
std::vector< double > | validateKeys (const std::vector< double > &base_keys, const std::vector< double > &query_keys) |
template<class T > | |
void | validateKeysAndValues (const std::vector< double > &base_keys, const std::vector< T > &base_values) |
|
inline |
|
inline |
|
inline |
void interpolation_utils::validateKeysAndValues | ( | const std::vector< double > & | base_keys, |
const std::vector< T > & | base_values | ||
) |