GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions/Subroutines
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

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 1 of file dqagi.f.

References workspace_element::dimension(), dqagie(), Range::limit(), and xerror().

Referenced by IndefQuad::do_integrate().