TR-mbed
1.0
Loading...
Searching...
No Matches
core
util
algorithms
ekf
tiny_ekf.h
Go to the documentation of this file.
1
/*
2
* TinyEKF: Extended Kalman Filter for embedded processors.
3
*
4
* Copyright (C) 2015 Simon D. Levy
5
*
6
* MIT License
7
*/
8
9
49
void
ekf_init
(
void
* ekf,
int
n
,
int
m
);
50
58
int
ekf_step
(
void
* ekf,
double
* z);
m
Matrix3f m
Definition
AngleAxis_mimic_euler.cpp:1
n
int n
Definition
BiCGSTAB_simple.cpp:1
ekf_init
void ekf_init(void *ekf, int n, int m)
Definition
tiny_ekf.cpp:271
ekf_step
int ekf_step(void *ekf, double *z)
Definition
tiny_ekf.cpp:292
Generated by
1.9.8