| cpg-network Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
#include <cpg-network/cpg-integrator-runge-kutta.h>
CpgIntegratorRungeKuttaClass;
CpgIntegratorRungeKutta;
CpgIntegratorRungeKutta * cpg_integrator_runge_kutta_new
(void);
typedef struct {
CpgIntegratorClass parent_class;
} CpgIntegratorRungeKuttaClass;
CpgIntegratorRungeKutta * cpg_integrator_runge_kutta_new (void);
Create a new Runge-Kutta, 4th order integrator.
Returns : |
A CpgIntegratorRungeKutta |