PLearn 0.1
Classes | Namespaces | Functions
ProductTransposeVariable.h File Reference
#include "BinaryVariable.h"
Include dependency graph for ProductTransposeVariable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::ProductTransposeVariable
 Matrix product between matrix1 and transpose of matrix2. More...
class  PLearn::DiffTemplate< ObjectType, ProductTransposeVariable >
class  PLearn::TypeTraits< ProductTransposeVariable >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const ProductTransposeVariable &o)
PStream & PLearn::operator>> (PStream &in, ProductTransposeVariable &o)
PStream & PLearn::operator>> (PStream &in, ProductTransposeVariable *&o)
PStream & PLearn::operator<< (PStream &out, const ProductTransposeVariable &o)
PStream & PLearn::operator>> (PStream &in, PP< ProductTransposeVariable > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ProductTransposeVariable > *opt, PLearnDiff *diffs)
Var PLearn::productTranspose (Var &m1, Var &m2)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines