Navigation

Operators and Keywords

Function List:

C++ API

FloatIndefQuad Class Reference

#include <Quad.h>

Inherits Quad.

Collaboration diagram for FloatIndefQuad:

List of all members.

Public Types

enum  IntegralType { bound_to_inf, neg_inf_to_bound, doubly_infinite }

Public Member Functions

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

FloatIndefQuad::FloatIndefQuad ( float_integrand_fcn  fcn  )  [inline]
FloatIndefQuad::FloatIndefQuad ( float_integrand_fcn  fcn,
double  b,
IntegralType  t 
) [inline]
FloatIndefQuad::~FloatIndefQuad ( void   )  [inline]

Member Function Documentation

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

Implements Quad.

float FloatIndefQuad::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