mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2024-11-13 13:05:27 +01:00
exports
This commit is contained in:
parent
03de314479
commit
84de4de030
@ -7,7 +7,6 @@ import Base: convert, show, isequal, ==
|
|||||||
import Base: +, -, *, //
|
import Base: +, -, *, //
|
||||||
import Base: size, length, norm, rationalize
|
import Base: size, length, norm, rationalize
|
||||||
|
|
||||||
export GroupAlgebraElement
|
|
||||||
|
|
||||||
type GroupRing <: Ring
|
type GroupRing <: Ring
|
||||||
group::Group
|
group::Group
|
||||||
@ -27,6 +26,7 @@ type GroupRingElem{T<:Number}
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
export GroupRing, GroupRingElem
|
||||||
|
|
||||||
|
|
||||||
show{T}(io::IO, X::GroupAlgebraElement{T}) = print(io,
|
show{T}(io::IO, X::GroupAlgebraElement{T}) = print(io,
|
||||||
|
Loading…
Reference in New Issue
Block a user