| 
    PLearn 0.1 
   | 
 
#include <plearn/vmat/VMat.h>

Go to the source code of this file.
Classes | |
| class | PLearn::ConstantVMatrix | 
| This VMatrix returns a constant element (specified upon construction)  More... | |
| class | PLearn::DiffTemplate< ObjectType, ConstantVMatrix > | 
| class | PLearn::TypeTraits< ConstantVMatrix > | 
Namespaces | |
| namespace | PLearn | 
< for swap  | |
Functions | |
| Object * | PLearn::toObjectPtr (const ConstantVMatrix &o) | 
| PStream & | PLearn::operator>> (PStream &in, ConstantVMatrix &o) | 
| PStream & | PLearn::operator>> (PStream &in, ConstantVMatrix *&o) | 
| PStream & | PLearn::operator<< (PStream &out, const ConstantVMatrix &o) | 
| PStream & | PLearn::operator>> (PStream &in, PP< ConstantVMatrix > &o) | 
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ConstantVMatrix > *opt, PLearnDiff *diffs) | 
Definition in file ConstantVMatrix.h.
 1.7.4