|
PLearn 0.1
|
#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>

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) |
Definition in file PRandom.h.
1.7.4