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

Function object that takes the logarithm. More...

#include <dai/fo.h>

Public Member Functions

operator() (const T &x) const
 Returns log(x)
operator() (const T &x) const
 Returns log(x)

Detailed Description

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

Function object that takes the logarithm.

Member Function Documentation

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

Returns log(x)

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

Returns log(x)


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