From 92c319247fae9d8be3f3291d6fa64266224ef61c Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Tue, 2 Apr 2024 17:24:14 +0200 Subject: Added tensor support. --- types.hpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 types.hpp (limited to 'types.hpp') diff --git a/types.hpp b/types.hpp new file mode 100644 index 0000000..86ccb8f --- /dev/null +++ b/types.hpp @@ -0,0 +1,3 @@ +#pragma once + +using Real = double; -- cgit v1.2.3-70-g09d2