summaryrefslogtreecommitdiffstats
path: root/include/mm
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-02-22 23:10:07 +0100
committerNao Pross <naopross@thearcway.org>2019-02-22 23:15:47 +0100
commit50ab88d5d37e2af635997fce7b103f366594c511 (patch)
tree123585c0deabc01c96e0aa180353016844f19396 /include/mm
parentUndo directory structure change (diff)
parentFix typos and other minor errors (diff)
downloadlibmm-50ab88d5d37e2af635997fce7b103f366594c511.tar.gz
libmm-50ab88d5d37e2af635997fce7b103f366594c511.zip
Merge branch 'master' into matrices
Diffstat (limited to 'include/mm')
-rw-r--r--include/mm11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/mm b/include/mm
new file mode 100644
index 0000000..7e9f02b
--- /dev/null
+++ b/include/mm
@@ -0,0 +1,11 @@
+#pragma once
+
+/* MiniMath
+ * A mathematical vector library that (ab)uses modern C++ abstraction features.
+ * This header includes the entire library.
+ *
+ * Warning: having (ab)used a lot of templated code it is not recommended to
+ * include everything as it may slow down the compiler.
+ */
+
+#include "mm/mmvec.hpp"