hops
Namespaces | Functions
IsConstantChain.hpp File Reference
#include <stdexcept>
#include <vector>
#include <cmath>
#include <cassert>
#include <memory>
#include <limits>
Include dependency graph for IsConstantChain.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 hops
 

Functions

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)