|
PLearn 0.1
|
#include <plearn/vmat/RowBufferedVMatrix.h>#include <plearn/io/fileutils.h>#include <plearn/io/pl_NSPR_io.h>

Go to the source code of this file.
Classes | |
| class | PLearn::BinaryNumbersVMatrix |
| VMatrix that can take its values from a possibly large file (greater than 2Gig) containing numbers in a user-given binary format, preceded by an arbitrary header whose length is user-given. More... | |
| class | PLearn::DiffTemplate< ObjectType, BinaryNumbersVMatrix > |
| class | PLearn::TypeTraits< BinaryNumbersVMatrix > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| Object * | PLearn::toObjectPtr (const BinaryNumbersVMatrix &o) |
| PStream & | PLearn::operator>> (PStream &in, BinaryNumbersVMatrix &o) |
| PStream & | PLearn::operator>> (PStream &in, BinaryNumbersVMatrix *&o) |
| PStream & | PLearn::operator<< (PStream &out, const BinaryNumbersVMatrix &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< BinaryNumbersVMatrix > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, BinaryNumbersVMatrix > *opt, PLearnDiff *diffs) |
Definition in file BinaryNumbersVMatrix.h.
1.7.4