1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-09-08 15:31:44 +02:00

export complete! and star-involution

This commit is contained in:
kalmar 2017-07-21 20:36:48 +02:00
parent 13fa9962a9
commit de72253e90

View File

@ -69,7 +69,7 @@ type GroupRingElem{T<:Number} <: RingElem
end end
end end
export GroupRing, GroupRingElem, complete, create_pm export GroupRing, GroupRingElem, complete!, create_pm, star
############################################################################### ###############################################################################
# #