libDAI
Public Member Functions | List of all members
dai::fo_inv< T > Struct Template Reference

Function object that takes the inverse. More...

#include <dai/fo.h>

Public Member Functions

operator() (const T &x) const
 Returns 1 / x.
operator() (const T &x) const
 Returns 1 / x.

Detailed Description

template<typename T>
struct dai::fo_inv< T >

Function object that takes the inverse.

Member Function Documentation

template<typename T >
T dai::fo_inv< T >::operator() ( const T &  x) const
inline

Returns 1 / x.

template<typename T >
T dai::fo_inv< T >::operator() ( const T &  x) const
inline

Returns 1 / x.


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