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