PLearn 0.1
Classes | Namespaces | Functions
IndexedVMatrix.h File Reference
#include "SourceVMatrix.h"
#include "VMat.h"
Include dependency graph for IndexedVMatrix.h:
This graph shows which files directly or indirectly include this file:

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)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines