summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-12-10 08:26:38 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-12-10 08:26:38 +0100
commitf0d420728aeeef2b4fcabb89eaaf2dec7b57b69d (patch)
treec9a69d6fcbec1e650c4b6e85f77ba5cae9fe0d08 /modules
parentb8f488662c1f9bd720b3cb90ebafb297d535992a (diff)
downloadforstio-forstio-dev.tar.gz
Adding file for futuredev
Diffstat (limited to 'modules')
-rw-r--r--modules/codec/c++/matrix.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/codec/c++/matrix.hpp b/modules/codec/c++/matrix.hpp
new file mode 100644
index 0000000..e0bdf7b
--- /dev/null
+++ b/modules/codec/c++/matrix.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "data_math.hpp"
+
+namespace saw {
+// template<typename T>
+// saw::data<schema::Tensor<T,1u>,
+}