PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::HardSlopeVariable |
class | PLearn::DiffTemplate< ObjectType, HardSlopeVariable > |
class | PLearn::TypeTraits< HardSlopeVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const HardSlopeVariable &o) |
PStream & | PLearn::operator>> (PStream &in, HardSlopeVariable &o) |
PStream & | PLearn::operator>> (PStream &in, HardSlopeVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const HardSlopeVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< HardSlopeVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, HardSlopeVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::hard_slope (Var x, Var left, Var right) |
Var | PLearn::d_hard_slope (Var x, Var left, Var right) |