Add matrix and kf code

This commit is contained in:
Milo Priegnitz
2024-05-24 17:32:02 +02:00
parent 78ed2e4eab
commit 290c48bfb1
10 changed files with 1013 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
#ifndef INC_UTILS_HPP_
#define INC_UTILS_HPP_
namespace math
{
float fast_inv_sqrt(float);
} // namespace stamath
#endif /* INC_UTILS_HPP_ */