PLearn 0.1
|
#include "BinaryVariable.h"
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 |