SLIKMC  1.0
 All Classes Functions Variables Pages
Static Public Member Functions | Static Private Member Functions | List of all members
BinarySearch Class Reference

An auxiliary class performing binary search in a given sorted vector. More...

#include <Utility.h>

Static Public Member Functions

static int search (const vector< double > &dataset, const double &v)
 Find nearest value in dataset less than or equal to v.
 

Static Private Member Functions

static int search (const vector< double > &dataset, const double &v, const int s, const int e)
 Find nearest value in dataset less than or equal to v.
 

Detailed Description

An auxiliary class performing binary search in a given sorted vector.


The documentation for this class was generated from the following files: