1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-09-13 00:30:39 +02:00

fastm in rankOne_projections doesnt' change much in terms of speed

This commit is contained in:
kalmarek 2018-04-09 12:56:20 +02:00
parent 9d2140b5a8
commit 58fa849df0

View File

@ -139,8 +139,6 @@ end
function rankOne_projections(G::Generic.PermGroup, T::Type=Rational{Int})
if G.n == 1
return [one(GroupRing(G), T)]
elseif G.n < 8
RG = GroupRing(G, fastm=true)
else
RG = GroupRing(G, fastm=false)
end