This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Description
Consider for instance the case du(t) = A(t)u + B(t), where A(t) = A1(t) + A2(t) and B(t) = A1(t) + B1(t). The current implementation would require doing the calculation for A1(t) twice, sacrificing some performance. While hackish workarounds are easily possible for simple cases, ideally a more flexible general solution should be found giving the users the expressive power to specify more details about how they prefer to structure the computation.