mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2025-01-01 03:40:29 +01:00
abstract AbstractGrouRingElem & GroupRingElem{T}
triangular dispatch??
This commit is contained in:
parent
917606af53
commit
1d5bf641ff
@ -26,7 +26,9 @@ type GroupRing <: Ring
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
type GroupRingElem{T<:Number}
|
abstract AbstractGroupRingElem
|
||||||
|
|
||||||
|
type GroupRingElem{T<:Number} <: AbstractGroupRingElem
|
||||||
coeffs::AbstractVector{T}
|
coeffs::AbstractVector{T}
|
||||||
parent::GroupRing
|
parent::GroupRing
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user