A wrapper of ode for complex systems.
This functions similarly as ode, but re-maps a complex-valued equation system to a real-valued one before using the integrators.
Parameters : | f : callable f(t, y, *f_args)
jac : callable jac(t, y, *jac_args)
|
---|
Examples
For usage examples, see ode.
Attributes