From d10e4ca79231f6b43e91cef82dd7156d8297b684 Mon Sep 17 00:00:00 2001 From: kalmar Date: Sat, 11 Feb 2017 13:36:43 +0100 Subject: [PATCH] no need to compute squares in lapacian --- property(T).jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/property(T).jl b/property(T).jl index 453c7f1..95f43ab 100644 --- a/property(T).jl +++ b/property(T).jl @@ -39,8 +39,6 @@ function constraints_from_pm(pm, total_length=maximum(pm)) end function splaplacian_coeff(S, basis, n=length(basis)) - squares = unique(vcat([basis[1]], S, products(S,S))) - result = spzeros(n) result[1] = length(S) for s in S