GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
dqagi.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DQAGI (F, BOUND, INF, EPSABS, EPSREL, RESULT, ABSERR, NEVAL, IER, LIMIT, LENW, LAST, IWORK, WORK)
 

Function/Subroutine Documentation

◆ DQAGI()

subroutine DQAGI ( external  F,
double precision  BOUND,
integer  INF,
double precision  EPSABS,
double precision  EPSREL,
double precision  RESULT,
double precision  ABSERR,
integer  NEVAL,
integer  IER,
integer  LIMIT,
integer  LENW,
integer  LAST,
integer, dimension(limit)  IWORK,
double precision, dimension(lenw)  WORK 
)

Definition at line 3 of file dqagi.f.

References dimension().

Referenced by IndefQuad::do_integrate().