PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::AffineTransformVariable |
class | PLearn::DiffTemplate< ObjectType, AffineTransformVariable > |
class | PLearn::TypeTraits< AffineTransformVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const AffineTransformVariable &o) |
PStream & | PLearn::operator>> (PStream &in, AffineTransformVariable &o) |
PStream & | PLearn::operator>> (PStream &in, AffineTransformVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const AffineTransformVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< AffineTransformVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, AffineTransformVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::affine_transform (Var vec, Var transformation, bool force_row_vec=false) |
First row of transformation is the bias. |