An open API service indexing awesome lists of open source software.

https://github.com/baggepinnen/static_kalman

An experiment in static compilation of Julia
https://github.com/baggepinnen/static_kalman

code-generation kalman-filter

Last synced: 28 days ago
JSON representation

An experiment in static compilation of Julia

Awesome Lists containing this project

README

          

This repo contains two demonstrations
1. Static compilation of a Kalman filter implemented in julia using [StaticCompiler.jl](https://github.com/tshort/StaticCompiler.jl)
2. Compilation of a binary performing Kalman filtering using juliac.

See readme in respective folders for more information.