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