Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
|
#include <function_binsearch.h>
Base class of all convex functions
Function is convex, iff f(t * x1 + (1 - t) * x2) <= t * f(x1) + (1 - t) * f(x2) for every x1 != x2 and 0 < t < 1