PLearn 0.1
|
#include <plearn/vmat/SourceVMatrix.h>
Go to the source code of this file.
Classes | |
class | PLearn::RepeatVMatrix |
class | PLearn::DiffTemplate< ObjectType, RepeatVMatrix > |
class | PLearn::TypeTraits< RepeatVMatrix > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const RepeatVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, RepeatVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, RepeatVMatrix *&o) |
PStream & | PLearn::operator<< (PStream &out, const RepeatVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, PP< RepeatVMatrix > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, RepeatVMatrix > *opt, PLearnDiff *diffs) |
VMat | PLearn::repeat_vmatrix (VMat source, int repeat_n_times) |
Definition in file RepeatVMatrix.h.