#include <resamplers.h>
|
using | ssv = Eigen::Matrix< float_t, dimsampledx, 1 > |
|
using | arrayVec = std::array< ssv, nparts > |
|
using | arrayFloat = std::array< float_t, nparts > |
|
using | arrayMod = std::array< cfModT, nparts > |
|
template<size_t nparts, size_t dimsampledx, typename cfModT, typename float_t>
class pf::resamplers::mn_resampler_rbpf< nparts, dimsampledx, cfModT, float_t >
- Author
- taylor
◆ arrayFloat
template<size_t nparts, size_t dimsampledx, typename cfModT , typename float_t >
type alias for array of float_ts
◆ arrayMod
template<size_t nparts, size_t dimsampledx, typename cfModT , typename float_t >
type alias for array of closed-form models
◆ arrayVec
template<size_t nparts, size_t dimsampledx, typename cfModT , typename float_t >
type alias for linear algebra stuff
◆ ssv
template<size_t nparts, size_t dimsampledx, typename cfModT , typename float_t >
type alias for linear algebra stuff
◆ resampLogWts()
template<size_t nparts, size_t dimsampledx, typename cfModT , typename float_t >
resamples particles.
- Parameters
-
oldMods | the old closed-form models |
oldParts | the old particles |
oldLogUnNormWts | the old log unnormalized weights |
The documentation for this class was generated from the following file: