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

Go to the source code of this file.

Classes

class  PLearn::ExtendedVariable
class  PLearn::DiffTemplate< ObjectType, ExtendedVariable >
class  PLearn::TypeTraits< ExtendedVariable >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const ExtendedVariable &o)
PStream & PLearn::operator>> (PStream &in, ExtendedVariable &o)
PStream & PLearn::operator>> (PStream &in, ExtendedVariable *&o)
PStream & PLearn::operator<< (PStream &out, const ExtendedVariable &o)
PStream & PLearn::operator>> (PStream &in, PP< ExtendedVariable > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ExtendedVariable > *opt, PLearnDiff *diffs)
Var PLearn::extend (Var v, int top_extent, int bottom_extent, int left_extent, int right_extent, real fill_value=0.0)
 general extension of a matrix in any direction
Var PLearn::extend (Var v, real extension_value=1.0, int n_extend=1)
 simple extension of a vector (same semantic as old extend, when we only had vectors)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines