Hacker News new | ask | show | jobs
by gugagore 211 days ago
Are the 50 for loops truly necessary in the manual C code example of a Kalman filter? At least introduce a few functions (that could be inlined and loop-fused) for some matrix operations?