Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
src/math/binsearch/int_binsearch.h File Reference
Include dependency graph for int_binsearch.h:

Go to the source code of this file.

Namespaces

namespace  math
namespace  math::binsearch

Functions

template<typename T >
math::binsearch::range_middle (T left, T right)
template<typename ValueType , typename SizeType >
SizeType math::binsearch::lower_bound (ValueType pole[], SizeType left, SizeType right, ValueType value)
template<typename ValueType , typename SizeType >
SizeType math::binsearch::upper_bound (ValueType pole[], SizeType left, SizeType right, ValueType value)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines