|
PLearn 0.1
|


Go to the source code of this file.
Classes | |
| class | PLearn::UnequalConstantVariable |
| A scalar var; equal 1 if input1!=c, 0 otherwise. More... | |
| class | PLearn::DiffTemplate< ObjectType, UnequalConstantVariable > |
| class | PLearn::TypeTraits< UnequalConstantVariable > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| Object * | PLearn::toObjectPtr (const UnequalConstantVariable &o) |
| PStream & | PLearn::operator>> (PStream &in, UnequalConstantVariable &o) |
| PStream & | PLearn::operator>> (PStream &in, UnequalConstantVariable *&o) |
| PStream & | PLearn::operator<< (PStream &out, const UnequalConstantVariable &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< UnequalConstantVariable > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, UnequalConstantVariable > *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 | |
1.7.4