From 955905b06c5a45adac73631056c9caa758e6d249 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Mon, 19 Jun 2023 20:29:35 +0200 Subject: c++,nix: basic setup --- c++/lattice.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 c++/lattice.h (limited to 'c++/lattice.h') diff --git a/c++/lattice.h b/c++/lattice.h new file mode 100644 index 0000000..62752e8 --- /dev/null +++ b/c++/lattice.h @@ -0,0 +1,19 @@ +#pragma once + +#include + +namespace kel { +namespace lbm { +namespace schema { +template +using Lattice = Array; + +template +using Lattice2D = Lattice; + +template +using Lattice3D = Lattice; +} +} +} +} -- cgit v1.2.3