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