summaryrefslogtreecommitdiff
path: root/lib/core/c++/math/math.hpp
diff options
context:
space:
mode:
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"