From b35ee6bfdb3a49e3a624217b9137b8d07f083ad5 Mon Sep 17 00:00:00 2001 From: kalmar Date: Mon, 5 Jun 2017 13:18:19 +0200 Subject: [PATCH] remove (full) laplacian_coeff --- src/sdps.jl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/sdps.jl b/src/sdps.jl index 59722c4..aafa248 100644 --- a/src/sdps.jl +++ b/src/sdps.jl @@ -48,11 +48,6 @@ function splaplacian_coeff(S, basis, n=length(basis)) return result end -function laplacian_coeff(S, basis) - return full(splaplacian_coeff(S,basis)) -end - - function create_SDP_problem(Δ::GroupRingElem, matrix_constraints; upper_bound=Inf) N = size(parent(Δ).pm, 1) Δ² = Δ*Δ