state-vector-arithmetics.hpp File Reference
#include <state-observation/api.h>
#include <state-observation/tools/definitions.hpp>
Include dependency graph for state-vector-arithmetics.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  stateObservation::StateVectorArithmetics
 This class is used to customize the way the difference between measurements, the state update function and the differentiation are performed. default is the usual natual arithmetics. overload any ohter one. More...
 

Namespaces

 stateObservation
 
 stateObservation::detail
 

Functions

void STATE_OBSERVATION_DLLAPI stateObservation::detail::defaultSum (const Vector &stateVector, const Vector &tangentVector, Vector &sum)
 
void STATE_OBSERVATION_DLLAPI stateObservation::detail::defaultDifference (const Vector &stateVector1, const Vector &stateVector2, Vector &difference)