File: odesol.h

package info (click to toggle)
xppaut 5.85-3.3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 11,568 kB
  • ctags: 7,729
  • sloc: ansic: 80,804; cpp: 965; makefile: 271
file content (9 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9

extern (*rhs  )( /* double t,double *y,double *ydot,int neq */ );
mod_euler( /* double *,double *,double,int,int,int *,double * */ );
rung_kut( /* double *,double *,double,int,int,int *,double * */ );
adams( /* double *,double *,double,int,int, int*,double * */ );
discrete( /* double *,double *,double,int,int, int*,double * */ );
euler( /* double *,double *,double,int,int, int*,double * */ );
delayer( /* double *,double *,double,int,int, int*,double * */ );