OpenKalman
Classes | Namespaces | Typedefs
Unscented.hpp File Reference

Definitions for the unscented transform. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::Unscented< Parameters >
 Scaled symmetric sigma points. More...
 
struct  OpenKalman::UnscentedParametersStateEstimation
 Unscented parameters for use in state estimation (the default). More...
 
struct  OpenKalman::UnscentedParametersParameterEstimation
 Unscented parameters for use in parameter estimation. More...
 
struct  OpenKalman::Unscented< Parameters >
 Scaled symmetric sigma points. More...
 

Namespaces

 OpenKalman
 The root namespace for OpenKalman.
 

Typedefs

using OpenKalman::UnscentedSigmaPointsStateEstimation = Unscented< UnscentedParametersStateEstimation >
 
using OpenKalman::UnscentedSigmaPointsParameterEstimation = Unscented< UnscentedParametersParameterEstimation >
 
using OpenKalman::UnscentedSigmaPoints = Unscented< UnscentedParametersStateEstimation >
 Same as UnscentedSigmaPointsStateEstimation.
 

Detailed Description

Definitions for the unscented transform.