diffeqzoo.transform Module#

Transform ODE models into equivalent versions.

Functions#

long_description(description, /)

Add a long description to the docstring of a function.

replace_short_summary(docstring, /, *, ...)

Replace the short summary in a docstring with a new short summary.

second_to_first_order_auto(ivp_fn, /[, ...])

Transform a second-order, autonomous differential equation into an equivalent first-order form.

second_to_first_order_vf_auto(fn, /[, ...])

Transform the vector-field of a second-order, autonomous differential equation into an equivalent first-order form.