1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-09-13 08:35:42 +02:00
This commit is contained in:
kalmarek 2019-01-09 11:13:11 +01:00
parent 5785663efa
commit 2be41a3774

View File

@ -338,7 +338,7 @@ function -(X::GroupRingElem{S}, Y::GroupRingElem{T}) where {S, T}
addeq!((-Y), X)
end
doc"""
@doc doc"""
GRfmac!(result::AbstractVector{T},
X::AbstractVector,
Y::AbstractVector,
@ -373,7 +373,7 @@ function GRfmac!(result::AbstractVector{T},
return result
end
doc"""
@doc doc"""
GRmul!(result::AbstractVector{T},
X::AbstractVector,
Y::AbstractVector,
@ -397,7 +397,7 @@ function GRmul!(result::AbstractVector{T},
return GRfmac!(result, X, Y, pm)
end
doc"""
@doc doc"""
mul!{T}(result::GroupRingElem{T},
X::GroupRingElem,
Y::GroupRingElem)