Represents the right-hand side function F(t, y) of an ODE system.
The independent variable.
The current values of the system's state variables.
A preallocated array where the computed derivatives should be written. This approach avoids unnecessary memory allocations and improves performance.
Represents the right-hand side function F(t, y) of an ODE system.