GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
ddstp.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ddstp (x, y, yprime, neq, res, jac, psol, h, wt, vt, jstart, idid, rpar, ipar, phi, savr, delta, e, wm, iwm, alpha, beta, gamma, psi, sigma, cj, cjold, hold, s, hmin, uround, epli, sqrtn, rsqrtn, epcon, iphase, jcalc, jflg, k, kold, ns, nonneg, ntype, nls)
 

Function/Subroutine Documentation

◆ ddstp()

subroutine ddstp (   x,
dimension(*)  y,
dimension(*)  yprime,
  neq,
external  res,
external  jac,
external  psol,
  h,
dimension(*)  wt,
dimension(*)  vt,
  jstart,
  idid,
dimension(*)  rpar,
dimension(*)  ipar,
dimension(neq,*)  phi,
dimension(*)  savr,
dimension(*)  delta,
dimension(*)  e,
dimension(*)  wm,
dimension(*)  iwm,
dimension(*)  alpha,
dimension(*)  beta,
dimension(*)  gamma,
dimension(*)  psi,
dimension(*)  sigma,
  cj,
  cjold,
  hold,
  s,
  hmin,
  uround,
  epli,
  sqrtn,
  rsqrtn,
  epcon,
  iphase,
  jcalc,
  jflg,
  k,
  kold,
  ns,
  nonneg,
  ntype,
external  nls 
)

Definition at line 5 of file ddstp.f.

References ddatrp(), ddwnrm(), gamma(), max(), min(), and psi().

Referenced by ddaspk().