This repository features a simple Kalman filter and RTS smoother (KFS) implementation in Rust by using the ndarray library. By simple, I mean that this implementation is almost a direct translation of ...
Seamless integration with Rust's ndarray crate. High-performance matrix operations utilizing CUDA. Support for one-dimensional and two-dimensional arrays. Automatic memory management between host and ...