Navigation

Operators and Keywords

Function List:

C++ API

IndefQuad Class Reference

#include <Quad.h>

Inherits Quad.

Collaboration diagram for IndefQuad:

List of all members.


Public Types

enum  IntegralType { bound_to_inf, neg_inf_to_bound, doubly_infinite }

Public Member Functions

 IndefQuad (integrand_fcn fcn)
 IndefQuad (integrand_fcn fcn, double b, IntegralType t)
 ~IndefQuad (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)

Member Enumeration Documentation

Enumerator:
bound_to_inf 
neg_inf_to_bound 
doubly_infinite 


Constructor & Destructor Documentation

IndefQuad::IndefQuad ( integrand_fcn  fcn  )  [inline]

IndefQuad::IndefQuad ( integrand_fcn  fcn,
double  b,
IntegralType  t 
) [inline]

IndefQuad::~IndefQuad ( void   )  [inline]


Member Function Documentation

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

Implements Quad.

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

Implements Quad.


The documentation for this class was generated from the following files: