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

Go to the source code of this file.

Functions/Subroutines

subroutine DQAGP (F, A, B, NPTS2, POINTS, EPSABS, EPSREL, RESULT, ABSERR, NEVAL, IER, LENIW, LENW, LAST, IWORK, WORK)
 

Function/Subroutine Documentation

◆ DQAGP()

subroutine DQAGP ( external  F,
double precision  A,
double precision  B,
integer  NPTS2,
double precision, dimension(npts2)  POINTS,
double precision  EPSABS,
double precision  EPSREL,
double precision  RESULT,
double precision  ABSERR,
integer  NEVAL,
integer  IER,
integer  LENIW,
integer  LENW,
integer  LAST,
integer, dimension(leniw)  IWORK,
double precision, dimension(lenw)  WORK 
)

Definition at line 3 of file dqagp.f.

References dimension().

Referenced by DefQuad::do_integrate().