minikalman 0.7.0

A microcontroller targeted Kalman filter implementation
Documentation
1
2
3
4
5
6
7
//! # Simplified builders for Regular and Extended Kalman Filters.

pub mod extended;
pub mod regular;

#[cfg(feature = "alloc")]
pub mod unscented;