#include <stdexcept>
#include <vector>
#include <cmath>
#include <cassert>
#include <memory>
#include <limits>
Go to the source code of this file.
|
template<class T > |
std::enable_if<!std::numeric_limits< T >::is_integer, bool >::type | hops::almost_equal (T x, T y, int ulp=2) |
|
template<typename StateType > |
bool | hops::isConstantChain (const std::vector< const std::vector< StateType > * > &chains, long dimension) |
|
template<typename StateType > |
bool | hops::isConstantChain (const std::vector< std::vector< StateType >> &chains, long dimension) |
|
template<typename StateType > |
bool | hops::isConstantChain (const std::vector< const std::vector< StateType > * > &chains) |
|
template<typename StateType > |
bool | hops::isConstantChain (const std::vector< std::vector< StateType >> &chains) |
|