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

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)

Detailed Description

Definition in file RangeVMatrix.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines