#include <cmath>
#include "opengm/opengm.hxx"
#include "opengm/utilities/shape_accessor.hxx"
#include "opengm/utilities/accessor_iterator.hxx"
#include "opengm/utilities/accumulation.hxx"
#include "opengm/utilities/indexing.hxx"
#include "opengm/utilities/functors.hxx"
#include "opengm/operations/adder.hxx"
#include "opengm/operations/and.hxx"
#include "opengm/operations/or.hxx"
#include "opengm/operations/minimizer.hxx"
#include "opengm/operations/maximizer.hxx"
#include "opengm/operations/integrator.hxx"
#include "opengm/operations/multiplier.hxx"
Go to the source code of this file.
Classes | |
class | opengm::FunctionBase< FUNCTION, VALUE, INDEX, LABEL > |
Fallback implementation of member functions of OpenGM functions. More... | |
Namespaces | |
namespace | opengm |
The OpenGM namespace. | |
Defines | |
#define | OPENGM_FLOAT_TOL 0.000001 |
Functions | |
template<class T > | |
bool | opengm::isNumericEqual (const T a, const T b) |
#define OPENGM_FLOAT_TOL 0.000001 |
Definition at line 22 of file function_properties_base.hxx.