1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-07-12 01:35:29 +02:00

central projections tend to be dense

This commit is contained in:
kalmar 2017-07-12 20:18:42 +02:00
parent 451245419c
commit 8819269689

View File

@ -97,6 +97,7 @@ end
function central_projection(RG::GroupRing, char::Function, T::Type=Rational{Int})
result = RG(T)
result.coeffs = full(result.coeffs)
for g in RG.basis
result[g] = char(g)
end