Navigation

Operators and Keywords

Function List:

C++ API

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:

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 
F77_FUNC (qagp, QAGP)(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 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

Variables

int quad_integration_error = 0

Typedef Documentation

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

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   
)
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   
)
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   
)

Variable Documentation

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines