XLPack 6.1
Python API Reference Manual
Loading...
Searching...
No Matches
Functions
I1. Ordinary differential equations (ODE's)

Functions

def derkf (info, n, f, t, y, tout, wsave, iwsave, rtol=1.0e-10, atol=1.0e-10, mode=0)
 Initial value problem of a system of first order ordinary differential equations (5(4)-th order Runge-Kutta-Fehlberg method)
 
def derkf_int (n, t, y, wsave)
 Initial value problem of a system of first order ordinary differential equations (5(4)-th order Runge-Kutta-Fehlberg method) (Interpolation for dense output)
 

Detailed Description

This is the group of I1. Ordinary differential equations (ODE's).