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