Skip to content

Commit

Permalink
feat: export AnalysisPoint-related tools
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Jan 6, 2025
1 parent 04ca326 commit 8a4ca21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ModelingToolkit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,8 @@ export MTKParameters, reorder_dimension_by_tunables!, reorder_dimension_by_tunab

export HomotopyContinuationProblem

export AnalysisPoint, Break, PerturbOutput, SampleInput, SensitivityTransform,
ComplementarySensitivityTransform, LoopTransferTransform, apply_transformation,
get_sensitivity_function, get_comp_sensitivity_function, get_looptransfer_function,
get_sensitivity, get_comp_sensitivity, get_looptransfer, open_loop
end # module

0 comments on commit 8a4ca21

Please sign in to comment.