|
PLearn 0.1
|
#include "NaryVariable.h"

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! | |
1.7.4