summaryrefslogtreecommitdiff
path: root/lib/core/c++/math/math.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-06-02 20:20:48 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-06-02 20:20:48 +0200
commit5ea4875b96bfacd4c5f0125c9e7b64b70f0ccfb9 (patch)
tree96b1625e2559e227e2f12802796450d64ab4ce45 /lib/core/c++/math/math.hpp
parentcf4132d9a02271847e774035c4a49ff9158ba289 (diff)
parentda25b3a1e7776a810d3bda5af3f363cf3e986cae (diff)
downloadlibs-lbm-5ea4875b96bfacd4c5f0125c9e7b64b70f0ccfb9.tar.gz
Merge branch 'dev'
Diffstat (limited to 'lib/core/c++/math/math.hpp')
-rw-r--r--lib/core/c++/math/math.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/core/c++/math/math.hpp b/lib/core/c++/math/math.hpp
new file mode 100644
index 0000000..3920bec
--- /dev/null
+++ b/lib/core/c++/math/math.hpp
@@ -0,0 +1,4 @@
+#pragma once
+
+#include "n_linear.hpp"
+#include "n_closest.hpp"