We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@extend_operators
1 parent 78b200c commit 6330054Copy full SHA for 6330054
src/DynamicExpressions.jl
@@ -24,7 +24,8 @@ using Reexport
24
get_constants,
25
set_constants
26
@reexport import .OperatorEnumModule: AbstractOperatorEnum
27
-@reexport import .OperatorEnumConstructionModule: OperatorEnum, GenericOperatorEnum
+@reexport import .OperatorEnumConstructionModule:
28
+ OperatorEnum, GenericOperatorEnum, @extend_operators
29
@reexport import .EvaluateEquationModule: eval_tree_array, differentiable_eval_tree_array
30
@reexport import .EvaluateEquationDerivativeModule:
31
eval_diff_tree_array, eval_grad_tree_array
0 commit comments