PLearn 0.1
|
#include "BinaryVariable.h"
Go to the source code of this file.
Classes | |
class | PLearn::LogAddVariable |
output = log(exp(input1)+exp(input2)) but it is computed in such a way as to preserve precision More... | |
class | PLearn::DiffTemplate< ObjectType, LogAddVariable > |
class | PLearn::TypeTraits< LogAddVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const LogAddVariable &o) |
PStream & | PLearn::operator>> (PStream &in, LogAddVariable &o) |
PStream & | PLearn::operator>> (PStream &in, LogAddVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const LogAddVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< LogAddVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, LogAddVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::logadd (Var &input1, Var &input2) |