mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-12-04 18:11:26 +01:00
trivial changes in docs
This commit is contained in:
parent
93d380094e
commit
cac6305852
@ -73,8 +73,8 @@ end
|
|||||||
doc"""
|
doc"""
|
||||||
(G::DirectProductGroup)(a::Vector, check::Bool=true)
|
(G::DirectProductGroup)(a::Vector, check::Bool=true)
|
||||||
> Constructs element of the $n$-fold direct product group `G` by coercing each
|
> Constructs element of the $n$-fold direct product group `G` by coercing each
|
||||||
> element of vector `a` to `G.group`. If `check` flag is set to `false` no
|
> element of vector `a` to `G.group`. If `check` flag is set to `false` neither
|
||||||
> checks on the correctness are performed.
|
> check on the correctness nor coercion is performed.
|
||||||
"""
|
"""
|
||||||
function (G::DirectProductGroup)(a::Vector, check::Bool=true)
|
function (G::DirectProductGroup)(a::Vector, check::Bool=true)
|
||||||
if check
|
if check
|
||||||
|
Loading…
Reference in New Issue
Block a user