GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | ddaspk (RES, NEQ, T, Y, YPRIME, TOUT, INFO, RTOL, ATOL, IDID, RWORK, LRW, IWORK, LIW, RPAR, IPAR, JAC, PSOL) |
subroutine ddaspk | ( | external | RES, |
NEQ, | |||
T, | |||
dimension(*) | Y, | ||
dimension(*) | YPRIME, | ||
TOUT, | |||
dimension(20) | INFO, | ||
dimension(*) | RTOL, | ||
dimension(*) | ATOL, | ||
IDID, | |||
dimension(lrw) | RWORK, | ||
LRW, | |||
dimension(liw) | IWORK, | ||
LIW, | |||
dimension(*) | RPAR, | ||
dimension(*) | IPAR, | ||
external | JAC, | ||
external | PSOL | ||
) |
Definition at line 5 of file ddaspk.f.
References abs(), d1mach(), dcnst0(), ddasic(), ddasid(), ddasik(), ddatrp(), ddawts(), ddstp(), ddwnrm(), workspace_element::dimension(), dinvwt(), dnedd(), dnedk(), octave_value::lgamma(), max(), min(), octave_value::sqrt(), and xerrwd().
Referenced by DASPK::do_integrate().