Hi Guys - I'm searching for a C++ matrix math library suitable for
Kalman filter implementation on MCUs. I found a few but they may be
zombies, for example Eigen https://stackoverflow.com/questions/73883276/eigen-matrix-template-library-over-arm-cmsis-dsp got crickets.
What do you guys use?
Thanks in advance,
Best Regards, Dave
On 01/11/2022 16:16, Dave Nadler wrote:
Hi Guys - I'm searching for a C++ matrix math library suitable for
Kalman filter implementation on MCUs. I found a few but they may be
zombies, for example Eigen
https://stackoverflow.com/questions/73883276/eigen-matrix-template-library-over-arm-cmsis-dsp got crickets.
What do you guys use?
Thanks in advance,
Best Regards, Dave
How big are your matrices? If they are just 2x2, you can probably roll
your own code as quickly as you can find and test something from the
net. Templates are sometimes very useful and elegant, but if you have
fixed known types and sizes, specific classes and functions are often
easier to debug.
Hi Guys - I'm searching for a C++ matrix math library suitable for
Kalman filter implementation on MCUs. I found a few but they may be
zombies, for example Eigen
I have no idea if this is suitable for your requirements:Thanks Paul, unfortunately GSL has polluting GPL license; can't use it
https://www.gnu.org/software/gsl/
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (0 / 16) |
Uptime: | 161:49:23 |
Calls: | 10,385 |
Calls today: | 2 |
Files: | 14,057 |
Messages: | 6,416,500 |