PLearn 0.1
Classes | Namespaces | Functions
PLogPVariable.h File Reference
#include "UnaryVariable.h"
Include dependency graph for PLogPVariable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::PLogPVariable
 returns the elementwise x*log(x) in a (hopefully!) numerically stable way This can be used to compute the Entropy for instance More...
class  PLearn::DiffTemplate< ObjectType, PLogPVariable >
class  PLearn::TypeTraits< PLogPVariable >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const PLogPVariable &o)
PStream & PLearn::operator>> (PStream &in, PLogPVariable &o)
PStream & PLearn::operator>> (PStream &in, PLogPVariable *&o)
PStream & PLearn::operator<< (PStream &out, const PLogPVariable &o)
PStream & PLearn::operator>> (PStream &in, PP< PLogPVariable > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, PLogPVariable > *opt, PLearnDiff *diffs)
Var PLearn::plogp (Var v)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines