|
PLearn 0.1
|
#include "VMat.h"

Go to the source code of this file.
Classes | |
| class | PLearn::RangeVMatrix |
| Outputs scalar samples (length 1) starting at start, up to end (inclusive) with step. When end is reached it starts over again. More... | |
| class | PLearn::DiffTemplate< ObjectType, RangeVMatrix > |
| class | PLearn::TypeTraits< RangeVMatrix > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| VMat | PLearn::vrange (real start, real end, real step=1.0) |
| Object * | PLearn::toObjectPtr (const RangeVMatrix &o) |
| PStream & | PLearn::operator>> (PStream &in, RangeVMatrix &o) |
| PStream & | PLearn::operator>> (PStream &in, RangeVMatrix *&o) |
| PStream & | PLearn::operator<< (PStream &out, const RangeVMatrix &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< RangeVMatrix > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, RangeVMatrix > *opt, PLearnDiff *diffs) |
Definition in file RangeVMatrix.h.
1.7.4