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