PLearn 0.1
|
#include "UnaryVariable.h"
Go to the source code of this file.
Classes | |
class | PLearn::SumVariable |
Compute the sum of all elements in the input Var. More... | |
class | PLearn::DiffTemplate< ObjectType, SumVariable > |
class | PLearn::TypeTraits< SumVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const SumVariable &o) |
PStream & | PLearn::operator>> (PStream &in, SumVariable &o) |
PStream & | PLearn::operator>> (PStream &in, SumVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const SumVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< SumVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, SumVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::sum (Var v) |