PLearn 0.1
|
#include "NaryVariable.h"
Go to the source code of this file.
Classes | |
class | PLearn::ConcatColumnsVariable |
concatenation of the columns of several variables More... | |
class | PLearn::DiffTemplate< ObjectType, ConcatColumnsVariable > |
class | PLearn::TypeTraits< ConcatColumnsVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const ConcatColumnsVariable &o) |
PStream & | PLearn::operator>> (PStream &in, ConcatColumnsVariable &o) |
PStream & | PLearn::operator>> (PStream &in, ConcatColumnsVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const ConcatColumnsVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< ConcatColumnsVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ConcatColumnsVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::hconcat (const VarArray &varray) |