PLearn 0.1
Classes | Namespaces | Functions
PRandom.h File Reference
#include <plearn/base/Object.h>
#include <plearn/math/TMat_maths.h>
#include <boost/random/exponential_distribution.hpp>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/normal_distribution.hpp>
#include <boost/random/uniform_01.hpp>
Include dependency graph for PRandom.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::PRandom
 Important note: the pointers used for some Boost distribution objects are meant to save memory. More...
class  PLearn::DiffTemplate< ObjectType, PRandom >
class  PLearn::TypeTraits< PRandom >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const PRandom &o)
PStream & PLearn::operator>> (PStream &in, PRandom &o)
PStream & PLearn::operator>> (PStream &in, PRandom *&o)
PStream & PLearn::operator<< (PStream &out, const PRandom &o)
PStream & PLearn::operator>> (PStream &in, PP< PRandom > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, PRandom > *opt, PLearnDiff *diffs)

Detailed Description

Definition in file PRandom.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines