mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-19 07:20:28 +01:00
fastm in rankOne_projections doesnt' change much in terms of speed
This commit is contained in:
parent
9d2140b5a8
commit
58fa849df0
@ -139,8 +139,6 @@ end
|
|||||||
function rankOne_projections(G::Generic.PermGroup, T::Type=Rational{Int})
|
function rankOne_projections(G::Generic.PermGroup, T::Type=Rational{Int})
|
||||||
if G.n == 1
|
if G.n == 1
|
||||||
return [one(GroupRing(G), T)]
|
return [one(GroupRing(G), T)]
|
||||||
elseif G.n < 8
|
|
||||||
RG = GroupRing(G, fastm=true)
|
|
||||||
else
|
else
|
||||||
RG = GroupRing(G, fastm=false)
|
RG = GroupRing(G, fastm=false)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user