From 21341f788654cfc806778fa34d09885431083d76 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 17 May 2022 19:36:15 +0200 Subject: Created a function for repeated distance calculations --- Utils.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Utils.h (limited to 'Utils.h') diff --git a/Utils.h b/Utils.h new file mode 100644 index 0000000..b582540 --- /dev/null +++ b/Utils.h @@ -0,0 +1,8 @@ +#pragma once + + +template T dist2(const V& lhs, const V& rhs); +template T dist3(const V& lhs, const V& rhs); + + +#include "Utils-inl.h" -- cgit v1.1