PLearn 0.1
|
#include "VMat.h"
Go to the source code of this file.
Classes | |
class | PLearn::VVMatrix |
this class is a wrapper for a .vmat VMatrix. More... | |
class | PLearn::DiffTemplate< ObjectType, VVMatrix > |
class | PLearn::TypeTraits< VVMatrix > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const VVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, VVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, VVMatrix *&o) |
PStream & | PLearn::operator<< (PStream &out, const VVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, PP< VVMatrix > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, VVMatrix > *opt, PLearnDiff *diffs) |