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