You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is there a similar macro to @relation that can be used to define the composition pattern for systems of continuous machines? The examples construct them by hand for directed composition. Thanks!
The text was updated successfully, but these errors were encountered:
Yes, you can use the @program macro to define a directed wiring diagram using the ordinary notation for function application. I don't know if there are examples of usage with AlgebraicDynamics (@slibkind?) but you can see some examples of using the macro here.
Hi, is there a similar macro to
@relation
that can be used to define the composition pattern for systems of continuous machines? The examples construct them by hand for directed composition. Thanks!The text was updated successfully, but these errors were encountered: