#include <resamplers.h>
|
using | ssv = Eigen::Matrix< float_t, dimx, 1 > |
|
using | arrayVec = std::array< ssv, nparts > |
|
using | arrayFloat = std::array< float_t, nparts > |
|
using | arrayInt = std::array< unsigned int, nparts > |
|
|
using | ssv = Eigen::Matrix< float_t, dimx, 1 > |
|
using | arrayVec = std::array< ssv, nparts > |
|
using | arrayFloat = std::array< float_t, nparts > |
|
| rbase () |
| The default constructor gets called by default, and it sets the seed with the clock.
|
|
| rbase (unsigned long seed) |
| The constructor that sets the seed deterministically. More...
|
|
std::mt19937 | m_gen |
| prng
|
|
template<size_t nparts, size_t dimx, typename float_t>
class pf::resamplers::resid_resampler< nparts, dimx, float_t >
- Author
- taylor
- Date
- 10/25/19
◆ arrayFloat
template<size_t nparts, size_t dimx, typename float_t >
type alias for array of float_ts
◆ arrayInt
template<size_t nparts, size_t dimx, typename float_t >
type alias for array of integers
◆ arrayVec
template<size_t nparts, size_t dimx, typename float_t >
type alias for array of Eigen Matrices
◆ ssv
template<size_t nparts, size_t dimx, typename float_t >
type alias for linear algebra stuff
◆ resid_resampler()
template<size_t nparts, size_t dimx, typename float_t >
Constructor that sets the seed.
- Parameters
-
◆ resampLogWts()
template<size_t nparts, size_t dimx, typename float_t >
The documentation for this class was generated from the following file: