diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-12-10 08:26:38 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-12-10 08:26:38 +0100 |
| commit | f0d420728aeeef2b4fcabb89eaaf2dec7b57b69d (patch) | |
| tree | c9a69d6fcbec1e650c4b6e85f77ba5cae9fe0d08 | |
| parent | b8f488662c1f9bd720b3cb90ebafb297d535992a (diff) | |
| download | forstio-forstio-dev.tar.gz | |
Adding file for futuredev
| -rw-r--r-- | modules/codec/c++/matrix.hpp | 8 |
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>, +} |
