oseiskar / simdkalman

Python Kalman filters vectorized as Single Instruction, Multiple Data
https://simdkalman.readthedocs.io/
MIT License
176 stars 36 forks source link

Single-precision mode #28

Open oseiskar opened 8 months ago

oseiskar commented 8 months ago

Optionally supporting 32-bit floats instead of only double precision would significantly reduce the memory consumption of the library, as discussed in https://github.com/oseiskar/simdkalman/pull/25#issuecomment-1817450689