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

Go to the source code of this file.

Classes

class  PLearn::RowSumVariable
 result is a single column that contains the sum of each row of the input More...
class  PLearn::DiffTemplate< ObjectType, RowSumVariable >
class  PLearn::TypeTraits< RowSumVariable >

Namespaces

namespace  PLearn
 

< for swap


Functions

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