PLearn 0.1
|
#include "UnaryVariable.h"
Go to the source code of this file.
Classes | |
class | PLearn::PowVariable |
elementwise pow (returns 0 wherever input is negative) More... | |
class | PLearn::DiffTemplate< ObjectType, PowVariable > |
class | PLearn::TypeTraits< PowVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const PowVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PowVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PowVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const PowVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< PowVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, PowVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::pow (Var v, real power) |
Var | PLearn::sqrt (Var v) |