PLearn 0.1
|
#include "BinaryVariable.h"
Go to the source code of this file.
Classes | |
class | PLearn::TransposeProductVariable |
Matrix product between transpose of matrix1 and matrix2. More... | |
class | PLearn::DiffTemplate< ObjectType, TransposeProductVariable > |
class | PLearn::TypeTraits< TransposeProductVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const TransposeProductVariable &o) |
PStream & | PLearn::operator>> (PStream &in, TransposeProductVariable &o) |
PStream & | PLearn::operator>> (PStream &in, TransposeProductVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const TransposeProductVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< TransposeProductVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, TransposeProductVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::transposeProduct (const Var &m1, const Var &m2) |