PLearn 0.1
Classes | Namespaces | Functions
PowVariable.h File Reference
#include "UnaryVariable.h"
Include dependency graph for PowVariable.h:
This graph shows which files directly or indirectly include this file:

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)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines