PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::TimesConstantVariable |
multiplies a matrix var by a scalar constant More... | |
class | PLearn::DiffTemplate< ObjectType, TimesConstantVariable > |
class | PLearn::TypeTraits< TimesConstantVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const TimesConstantVariable &o) |
PStream & | PLearn::operator>> (PStream &in, TimesConstantVariable &o) |
PStream & | PLearn::operator>> (PStream &in, TimesConstantVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const TimesConstantVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< TimesConstantVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, TimesConstantVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::operator* (Var v, real cte) |
Var | PLearn::operator* (real cte, Var v) |
Var | PLearn::operator/ (Var v, real cte) |