mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2024-12-29 11:00:28 +01:00
replace splatting by vec
This commit is contained in:
parent
15a003ab72
commit
1074d4e849
@ -102,7 +102,7 @@ function GroupRingElem(c::AbstractVector, RG::GroupRing)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function GroupRing(G::Group; fastm::Bool=false)
|
function GroupRing(G::Group; fastm::Bool=false)
|
||||||
return GroupRing(G, [elements(G)...], fastm=fastm)
|
return GroupRing(G, vec(collect(elements(G))), fastm=fastm)
|
||||||
end
|
end
|
||||||
|
|
||||||
function GroupRing(G::Group, basis::Vector, pm::Array{Int,2})
|
function GroupRing(G::Group, basis::Vector, pm::Array{Int,2})
|
||||||
|
Loading…
Reference in New Issue
Block a user