remove (full) laplacian_coeff

This commit is contained in:
kalmar 2017-06-05 13:18:19 +02:00
parent 923b4f9305
commit b35ee6bfdb
1 changed files with 0 additions and 5 deletions

View File

@ -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)
Δ² = Δ*Δ