Navigation

Operators and Keywords

Function List:

C++ API

DefQuad Class Reference

#include <Quad.h>

Inherits Quad.

Collaboration diagram for DefQuad:

List of all members.

Public Member Functions

 DefQuad (integrand_fcn fcn)
 DefQuad (integrand_fcn fcn, double ll, double ul)
 DefQuad (integrand_fcn fcn, double ll, double ul, const ColumnVector &sing)
 DefQuad (integrand_fcn fcn, const ColumnVector &sing)
 ~DefQuad (void)
double do_integrate (octave_idx_type &ier, octave_idx_type &neval, double &abserr)
float do_integrate (octave_idx_type &ier, octave_idx_type &neval, float &abserr)

Constructor & Destructor Documentation

DefQuad::DefQuad ( integrand_fcn  fcn  )  [inline]
DefQuad::DefQuad ( integrand_fcn  fcn,
double  ll,
double  ul 
) [inline]
DefQuad::DefQuad ( integrand_fcn  fcn,
double  ll,
double  ul,
const ColumnVector sing 
) [inline]
DefQuad::DefQuad ( integrand_fcn  fcn,
const ColumnVector sing 
) [inline]
DefQuad::~DefQuad ( void   )  [inline]

Member Function Documentation

double DefQuad::do_integrate ( octave_idx_type ier,
octave_idx_type neval,
double &  abserr 
) [virtual]

Implements Quad.

float DefQuad::do_integrate ( octave_idx_type ier,
octave_idx_type neval,
float &  abserr 
) [virtual]

Implements Quad.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines