Typedefs | Functions | Variables

Quad.cc File Reference

#include "Quad.h"
#include "f77-fcn.h"
#include "lo-error.h"
#include "quit.h"
#include "sun-utils.h"
Include dependency graph for Quad.cc:

Go to the source code of this file.

Typedefs

typedef octave_idx_type(* quad_fcn_ptr )(double *, int &, double *)
typedef octave_idx_type(* quad_float_fcn_ptr )(float *, int &, float *)

Functions

F77_RET_T F77_FUNC (dqagp, DQAGP)(quad_fcn_ptr
F77_RET_T const double const
double const octave_idx_type
const double const double
const double double double
octave_idx_type
octave_idx_type const
octave_idx_type const
octave_idx_type
octave_idx_type
octave_idx_type double
*F77_RET_T 
F77_FUNC (dqagi, DQAGI)(quad_fcn_ptr
F77_RET_T const double const
double const octave_idx_type
const double const double
const double double double
octave_idx_type
octave_idx_type const
octave_idx_type const
octave_idx_type
octave_idx_type
octave_idx_type double
*F77_RET_T const double const
octave_idx_type const double
const double double double
octave_idx_type
octave_idx_type const
octave_idx_type const
octave_idx_type
octave_idx_type
octave_idx_type double
*F77_RET_T const float const
float const octave_idx_type
const float const float const
float float float
octave_idx_type
octave_idx_type const
octave_idx_type const
octave_idx_type
octave_idx_type
octave_idx_type float
*F77_RET_T 
F77_FUNC (qagi, QAGI)(quad_float_fcn_ptr
F77_RET_T const double const
double const octave_idx_type
const double const double
const double double double
octave_idx_type
octave_idx_type const
octave_idx_type const
octave_idx_type
octave_idx_type
octave_idx_type double
*F77_RET_T const double const
octave_idx_type const double
const double double double
octave_idx_type
octave_idx_type const
octave_idx_type const
octave_idx_type
octave_idx_type
octave_idx_type double
*F77_RET_T 
F77_FUNC (qagp, QAGP)(quad_float_fcn_ptr
static octave_idx_type float_user_function (float *x, int &ierr, float *result)
F77_RET_T const double const
double const octave_idx_type
const double const double
const double double double
octave_idx_type
octave_idx_type const
octave_idx_type const
octave_idx_type
octave_idx_type
octave_idx_type double
*F77_RET_T const double const
octave_idx_type const double
const double double double
octave_idx_type
octave_idx_type const
octave_idx_type const
octave_idx_type
octave_idx_type
octave_idx_type double
*F77_RET_T const float const
float const octave_idx_type
const float const float const
float float float
octave_idx_type
octave_idx_type const
octave_idx_type const
octave_idx_type
octave_idx_type
octave_idx_type float
*F77_RET_T const float const
octave_idx_type const float
const float float float
octave_idx_type
octave_idx_type const
octave_idx_type const
octave_idx_type
octave_idx_type
octave_idx_type float *static
octave_idx_type 
user_function (double *x, int &ierr, double *result)

Variables

static float_integrand_fcn float_user_fcn
int quad_integration_error = 0
static integrand_fcn user_fcn

Typedef Documentation

Definition at line 42 of file Quad.cc.

Definition at line 43 of file Quad.cc.


Function Documentation

F77_RET_T F77_FUNC ( dqagp  ,
DQAGP   
)
F77_RET_T const double const double const octave_idx_type const double const double const double double double octave_idx_type octave_idx_type const octave_idx_type const octave_idx_type octave_idx_type octave_idx_type double* F77_RET_T F77_FUNC ( dqagi  ,
DQAGI   
)
static octave_idx_type float_user_function ( float x,
int ierr,
float result 
) [static]

Definition at line 110 of file Quad.cc.

Referenced by FloatIndefQuad::do_integrate(), and FloatDefQuad::do_integrate().

Definition at line 81 of file Quad.cc.

Referenced by IndefQuad::do_integrate(), and DefQuad::do_integrate().


Variable Documentation

Definition at line 34 of file Quad.cc.

Referenced by FloatIndefQuad::do_integrate(), and FloatDefQuad::do_integrate().

Definition at line 40 of file Quad.cc.

Referenced by quad_float_user_function(), and quad_user_function().

Definition at line 33 of file Quad.cc.

Referenced by IndefQuad::do_integrate(), and DefQuad::do_integrate().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines