Home
last modified time | relevance | path

Searched defs:rkqc (Results 1 – 2 of 2) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/src/fortran/
H A Drkqc.f2 subroutine rkqc(y,dydx,n,x,htry,eps,yscal,hdid,hnext,derivs,rwork) subroutine
32 integer n,i
33 double precision fcor,one,safety,errcon
35 double precision x,htry,eps,hdid,hnext,pgrow,pshrnk,xsav,hh
36 double precision errmax,h
37 double precision y(n),dydx(n),yscal(n)
38 double precision rwork(*)
55 1 hh=0.5*h
76 12 continue
H A Dodeint.f22 $ derivs,rkqc,rwork) argument