PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::EqualConstantVariable |
A scalar var; equal 1 if input1==input2, 0 otherwise. More... | |
class | PLearn::DiffTemplate< ObjectType, EqualConstantVariable > |
class | PLearn::TypeTraits< EqualConstantVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const EqualConstantVariable &o) |
PStream & | PLearn::operator>> (PStream &in, EqualConstantVariable &o) |
PStream & | PLearn::operator>> (PStream &in, EqualConstantVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const EqualConstantVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< EqualConstantVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, EqualConstantVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::operator== (Var v1, real cte) |
result[i] = 1 if v1[i]==cte, 0 otherwise | |
Var | PLearn::operator== (real cte, Var v1) |
result[i] = 1 if v1[i]==cte, 0 otherwise |