1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-10-15 08:05:35 +02:00

we need Flota64 laplacian

This commit is contained in:
kalmar 2017-06-08 21:46:07 +02:00
parent 3c0ae5baf0
commit 98744d4f30

View File

@ -69,7 +69,7 @@ function ΔandSDPconstraints{T<:GroupElem}(S::Vector{T}, Id::T; radius::Int=2)
RG = GroupRing(parent(Id), B, pm)
Δ = splaplacian(RG, S, Id, sizes[2*radius])
Δ = splaplacian(RG, S, Id, Float64)
return Δ, sdp_constraints
end