mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2024-11-19 06:30:27 +01:00
add @doc
This commit is contained in:
parent
5785663efa
commit
2be41a3774
@ -338,7 +338,7 @@ function -(X::GroupRingElem{S}, Y::GroupRingElem{T}) where {S, T}
|
|||||||
addeq!((-Y), X)
|
addeq!((-Y), X)
|
||||||
end
|
end
|
||||||
|
|
||||||
doc"""
|
@doc doc"""
|
||||||
GRfmac!(result::AbstractVector{T},
|
GRfmac!(result::AbstractVector{T},
|
||||||
X::AbstractVector,
|
X::AbstractVector,
|
||||||
Y::AbstractVector,
|
Y::AbstractVector,
|
||||||
@ -373,7 +373,7 @@ function GRfmac!(result::AbstractVector{T},
|
|||||||
return result
|
return result
|
||||||
end
|
end
|
||||||
|
|
||||||
doc"""
|
@doc doc"""
|
||||||
GRmul!(result::AbstractVector{T},
|
GRmul!(result::AbstractVector{T},
|
||||||
X::AbstractVector,
|
X::AbstractVector,
|
||||||
Y::AbstractVector,
|
Y::AbstractVector,
|
||||||
@ -397,7 +397,7 @@ function GRmul!(result::AbstractVector{T},
|
|||||||
return GRfmac!(result, X, Y, pm)
|
return GRfmac!(result, X, Y, pm)
|
||||||
end
|
end
|
||||||
|
|
||||||
doc"""
|
@doc doc"""
|
||||||
mul!{T}(result::GroupRingElem{T},
|
mul!{T}(result::GroupRingElem{T},
|
||||||
X::GroupRingElem,
|
X::GroupRingElem,
|
||||||
Y::GroupRingElem)
|
Y::GroupRingElem)
|
||||||
|
Loading…
Reference in New Issue
Block a user