PLearn 0.1
|
#include "UnaryVariable.h"
Go to the source code of this file.
Classes | |
class | PLearn::InterValuesVariable |
if values = [x1,x2,...,x10], the resulting variable is [(x1+x2)/2,(x2+x3)/2, ... More... | |
class | PLearn::DiffTemplate< ObjectType, InterValuesVariable > |
class | PLearn::TypeTraits< InterValuesVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const InterValuesVariable &o) |
PStream & | PLearn::operator>> (PStream &in, InterValuesVariable &o) |
PStream & | PLearn::operator>> (PStream &in, InterValuesVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const InterValuesVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< InterValuesVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, InterValuesVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::interValues (Var values) |
if values = [x1,x2,...,x10], the resulting variable is [(x1+x2)/2,(x2+x3)/2, ... |