pf
pf::rvsamp_base< dim > Class Template Reference

Base class for all random variable sampler types. Primary benefit is that it sets the seed for you. More...

#include <rv_samp.h>

Inheritance diagram for pf::rvsamp_base< dim >:

Public Types

using ssv = Eigen::Matrix< double, dim, 1 >
 

Public Member Functions

 rvsamp_base ()
 The default constructor. This is the only option available. Sets the seed with the clock.
 

Protected Attributes

std::mt19937 m_rng
 prng
 

Detailed Description

template<size_t dim = 1>
class pf::rvsamp_base< dim >

Base class for all random variable sampler types. Primary benefit is that it sets the seed for you.

Author
taylor

Member Typedef Documentation

template<size_t dim = 1>
using pf::rvsamp_base< dim >::ssv = Eigen::Matrix<double,dim,1>

"state size vector" type alias for linear algebra stuff


The documentation for this class was generated from the following file: