1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-09-05 14:46:44 +02:00

abstract AbstractGrouRingElem & GroupRingElem{T}

triangular dispatch??
This commit is contained in:
kalmar 2017-05-17 11:28:47 +02:00
parent 917606af53
commit 1d5bf641ff

View File

@ -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