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 00a7234 commit 7ad6e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/DecomposingPolynomialSystems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include("monomials.jl")
# include("expression_map.jl")
include("scalings.jl")
# include("interpolation.jl")
# include("deck_transformations.jl")
include("deck_transformations.jl")
# include("invariants.jl")
# include("implicitization.jl")
# include("decompose.jl")
Expand Down
10 changes: 1 addition & 9 deletions src/deck_transformations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -450,15 +450,7 @@ function symmetries_fixing_parameters!(
end

"""
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
)
symmetries_fixing_parameters(F::System; degree_bound=1, param_dep=true)
Given a polynomial system F returns the group of symmetries
of `F` that fix the parameters. The keyword
Expand Down

0 comments on commit 7ad6e24

Please sign in to comment.