#include <cstddef>
#include <vector>
#include <gtest/gtest.h>
#include <mcl_3dl/pf.h>
#include <mcl_3dl/nd.h>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
| TEST (Pf, BayesianEstimation) |
|
| TEST (Pf, VariableParticleSize) |
|
| TEST (Pf, ResampleFlatLikelihood) |
|
| TEST (Pf, ResampleFirstParticle) |
|
| TEST (Pf, Iterators) |
|
| TEST (Pf, AppendParticles) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
TEST |
( |
Pf |
, |
|
|
BayesianEstimation |
|
|
) |
| |
TEST |
( |
Pf |
, |
|
|
VariableParticleSize |
|
|
) |
| |
TEST |
( |
Pf |
, |
|
|
ResampleFlatLikelihood |
|
|
) |
| |
TEST |
( |
Pf |
, |
|
|
ResampleFirstParticle |
|
|
) |
| |
TEST |
( |
Pf |
, |
|
|
AppendParticles |
|
|
) |
| |