#include <iostream>
#include <cmath>
#include <cassert>
Go to the source code of this file.
Classes | |
class | BFL::Probability |
Class representing a probability (a double between 0 and 1) More... | |
Namespaces | |
BFL | |
Macros | |
#define | __BFL_CONSTANTS_H__ |
#define | M_PI 3.141592653589793284626433832795 |
#define | NUMERIC_PRECISION 0.000000001 |
#define | NUMERIC_PRECISION 0.000000001 |
#define __BFL_CONSTANTS_H__ |
Definition at line 20 of file mixtureParticleFilter.h.
#define M_PI 3.141592653589793284626433832795 |
Definition at line 26 of file bfl_constants.h.
#define NUMERIC_PRECISION 0.000000001 |
#define NUMERIC_PRECISION 0.000000001 |
Definition at line 22 of file mixtureParticleFilter.h.