use the new definition of base-less mul! in GroupRings

This commit is contained in:
kalmar 2017-07-21 16:07:08 +02:00
parent b8a40c42c8
commit e74b4c49ef
2 changed files with 4 additions and 3 deletions

View File

@ -27,10 +27,10 @@ function EOI{T<:Number}(Δ::GroupRingElem{T}, λ::T)
return Δ*Δ - λ*Δ
end
function groupring_square(vect::Vector, elt::GroupRingElem)
function groupring_square(vect::AbstractVector, elt::GroupRingElem)
zzz = zeros(eltype(vect), length(elt.coeffs))
zzz[1:length(vect)] = vect
return GroupRings.mul(zzz, zzz, parent(elt).pm)
return GroupRings.mul!(similar(zzz), zzz, zzz, parent(elt).pm)
end
function compute_SOS(sqrt_matrix, elt)

View File

@ -29,7 +29,8 @@ function OrbitData(name::String)
splap = load(joinpath(name, "delta.jld"), "Δ");
pm = load(joinpath(name, "pm.jld"), "pm");
cnstr = PropertyT.constraints_from_pm(pm);
splap² = GroupRings.mul(splap, splap, pm);
splap² = similar(splap)
splap² = GroupRings.mul!(splap², splap, splap, pm);
Uπs = load(joinpath(name, "U_pis.jld"), "Uπs");
#dimensions of the corresponding πs: