libDAI
Public Member Functions
dai::fo_pow< T > Struct Template Reference

Function object that returns x to the power y. More...

#include <dai/prob.h>

List of all members.

Public Member Functions

operator() (const T &x, const T &y) const
 Returns (x ^ y)

Detailed Description

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

Function object that returns x to the power y.


Member Function Documentation

template<typename T >
T dai::fo_pow< T >::operator() ( const T &  x,
const T &  y 
) const [inline]

Returns (x ^ y)


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