summaryrefslogtreecommitdiff
path: root/lib/core/c++/math/math.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-05-29 21:56:48 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-05-29 21:56:48 +0200
commit2dd7c95a111a930e8e23140ab3fec074e7de4c8c (patch)
tree74edc82d6cdad766c31f68d4755a2f49eff4a422 /lib/core/c++/math/math.hpp
parent346d979dcdea3e3f37d3ad55680b4f0469d7220c (diff)
downloadlibs-lbm-2dd7c95a111a930e8e23140ab3fec074e7de4c8c.tar.gz
Dangling
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"