mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-12-26 02:30:29 +01:00
central projections has full support
This commit is contained in:
parent
617f2f3410
commit
c4a708ec8d
@ -68,8 +68,7 @@ end
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
function central_projection(RG::GroupRing, chi::AbstractCharacter, T::Type=Rational{Int})
|
function central_projection(RG::GroupRing, chi::AbstractCharacter, T::Type=Rational{Int})
|
||||||
result = RG(T)
|
result = RG(zeros(T, length(RG.basis)))
|
||||||
result.coeffs = full(result.coeffs)
|
|
||||||
dim = chi(RG.group())
|
dim = chi(RG.group())
|
||||||
ord = Int(order(RG.group))
|
ord = Int(order(RG.group))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user