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

Go to the source code of this file.

Classes

class  PLearn::ProductVariable
 Matrix product. More...
class  PLearn::DiffTemplate< ObjectType, ProductVariable >
class  PLearn::TypeTraits< ProductVariable >

Namespaces

namespace  PLearn
 

< for swap


Functions

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