PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::FileVMatrix |
A VMatrix that exists in a .pmat file (native PLearn matrix format, same as for Mat). More... | |
class | PLearn::DiffTemplate< ObjectType, FileVMatrix > |
class | PLearn::TypeTraits< FileVMatrix > |
Namespaces | |
namespace | PLearn |
< for swap | |
Defines | |
#define | USE_NSPR_FILE |
Functions | |
Object * | PLearn::toObjectPtr (const FileVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, FileVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, FileVMatrix *&o) |
PStream & | PLearn::operator<< (PStream &out, const FileVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, PP< FileVMatrix > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, FileVMatrix > *opt, PLearnDiff *diffs) |
Definition in file FileVMatrix.h.
#define USE_NSPR_FILE |
Definition at line 51 of file FileVMatrix.h.