MathematicalSystems.jl
MathematicalSystems.jl copied to clipboard
Add struct for apply arguments
A possible improvement of apply(m::AbstractMap, args...)
is wrapping the state and input in a struct instead of relying on the order of the arguments. Outsource from this comment.