|
PLearn 0.1
|
#include "VMat.h"

Go to the source code of this file.
Classes | |
| class | PLearn::ConcatRowsVMatrix |
| class | PLearn::DiffTemplate< ObjectType, ConcatRowsVMatrix > |
| class | PLearn::TypeTraits< ConcatRowsVMatrix > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| Object * | PLearn::toObjectPtr (const ConcatRowsVMatrix &o) |
| PStream & | PLearn::operator>> (PStream &in, ConcatRowsVMatrix &o) |
| PStream & | PLearn::operator>> (PStream &in, ConcatRowsVMatrix *&o) |
| PStream & | PLearn::operator<< (PStream &out, const ConcatRowsVMatrix &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< ConcatRowsVMatrix > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ConcatRowsVMatrix > *opt, PLearnDiff *diffs) |
| VMat | PLearn::vconcat (VMat d1, VMat d2) |
| VMat | PLearn::vconcat (TVec< VMat > ds) |
Definition in file ConcatRowsVMatrix.h.
1.7.4