mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-23 16:20:28 +01:00
specialise that mreps should be a dict
This commit is contained in:
parent
ca3e606ab6
commit
8810836fab
@ -130,7 +130,7 @@ function reconstruct_sol{T<:GroupElem, S<:AbstractArray}(mreps::Dict{T, S},
|
|||||||
return recP
|
return recP
|
||||||
end
|
end
|
||||||
|
|
||||||
function Cstar_repr(x::GroupRingElem, mreps)
|
function Cstar_repr(x::GroupRingElem, mreps::Dict)
|
||||||
k = collect(keys(mreps))[1]
|
k = collect(keys(mreps))[1]
|
||||||
res = zeros(size(mreps[k])...)
|
res = zeros(size(mreps[k])...)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user