mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2024-12-29 11:00:28 +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
|
||||
|
||||
type GroupRingElem{T<:Number}
|
||||
abstract AbstractGroupRingElem
|
||||
|
||||
type GroupRingElem{T<:Number} <: AbstractGroupRingElem
|
||||
coeffs::AbstractVector{T}
|
||||
parent::GroupRing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user