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

Go to the source code of this file.

Classes

class  PLearn::SumOfVariable
 Sums the value of a Function evaluated on each row of a VMatrix. More...
class  PLearn::DiffTemplate< ObjectType, SumOfVariable >
class  PLearn::TypeTraits< SumOfVariable >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const SumOfVariable &o)
PStream & PLearn::operator>> (PStream &in, SumOfVariable &o)
PStream & PLearn::operator>> (PStream &in, SumOfVariable *&o)
PStream & PLearn::operator<< (PStream &out, const SumOfVariable &o)
PStream & PLearn::operator>> (PStream &in, PP< SumOfVariable > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, SumOfVariable > *opt, PLearnDiff *diffs)
Var PLearn::sumOf (VMat distr, Func f, int nsamples=-1, bool the_do_sizeprop=false)
 sumOf
Var PLearn::sumOf (Var output, const VarArray &inputs, VMat distr, int nsamples=-1, VarArray parameters=VarArray(), bool the_do_sizeprop=false)
 deprecated old version do not use!
Var PLearn::meanOf (VMat distr, Func f, int nsamples=-1, bool the_do_sizeprop=false)
 meanOf
Var PLearn::meanOf (Var output, const VarArray &inputs, VMat distr, int nsamples=-1, VarArray parameters=VarArray(), bool the_do_sizeprop=false)
 deprecated old version do not use!
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines