PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::IndexedVMatrix |
VMat class that sees a matrix as a collection of triplets (row, column, value) Thus it is a N x 3 matrix, with N = the number of elements in the original matrix. More... | |
class | PLearn::DiffTemplate< ObjectType, IndexedVMatrix > |
class | PLearn::TypeTraits< IndexedVMatrix > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const IndexedVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, IndexedVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, IndexedVMatrix *&o) |
PStream & | PLearn::operator<< (PStream &out, const IndexedVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, PP< IndexedVMatrix > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, IndexedVMatrix > *opt, PLearnDiff *diffs) |