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

Go to the source code of this file.

Classes

class  PLearn::DotProductVariable
 Dot product between 2 vectors (or possibly 2 matrices, which are then simply seen as vectors) More...
class  PLearn::DiffTemplate< ObjectType, DotProductVariable >
class  PLearn::TypeTraits< DotProductVariable >

Namespaces

namespace  PLearn
 

< for swap


Functions

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