Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
math::binsearch::ConvexFunction< T > Class Template Reference

#include <function_binsearch.h>

Inheritance diagram for math::binsearch::ConvexFunction< T >:
Collaboration diagram for math::binsearch::ConvexFunction< T >:

List of all members.


Detailed Description

template<typename T>
class math::binsearch::ConvexFunction< T >

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


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines