Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
azoviktor committed Nov 28, 2023
1 parent 514c328 commit 00a7234
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/src/DPS/monomials.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ multiexponents

## DenseMonomialVector



```@docs
extend!
```
Expand Down
10 changes: 9 additions & 1 deletion src/deck_transformations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,15 @@ function symmetries_fixing_parameters!(
end

"""
symmetries_fixing_parameters(F::System; degree_bound=1, param_dep=true)
symmetries_fixing_parameters( # TODO: extend to take an expression map
F::System;
xp₀::Union{Nothing, NTuple{2, AbstractVector{<:Number}}}=nothing,
degree_bound::Integer=1,
param_dep::Bool=true,
tols::Tolerances=Tolerances(),
monodromy_options::Tuple=(),
logging::Bool=false
)
Given a polynomial system F returns the group of symmetries
of `F` that fix the parameters. The keyword
Expand Down

0 comments on commit 00a7234

Please sign in to comment.