From 199b129c08242be6a2726aae3c9918ca2f2484f7 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 15 Jan 2021 16:29:59 +0100 Subject: More changes. --- p-spin.hpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'p-spin.hpp') diff --git a/p-spin.hpp b/p-spin.hpp index 4621db6..e5d4f94 100644 --- a/p-spin.hpp +++ b/p-spin.hpp @@ -5,15 +5,6 @@ #include "tensor.hpp" #include "factorial.hpp" -template -using Vector = Eigen::Matrix; - -template -using Matrix = Eigen::Matrix; - -template -using Tensor = Eigen::Tensor; - template std::tuple, Matrix> hamGradHess(const Tensor& J, const Vector& z) { Matrix Jz = contractDown(J, z); // Contracts J into p - 2 copies of z. -- cgit v1.2.3-54-g00ecf