GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Quad.h File Reference
#include "octave-config.h"
#include "dColVector.h"
#include "fColVector.h"
#include "Quad-opts.h"
Include dependency graph for Quad.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DefQuad
 
class  FloatDefQuad
 
class  FloatIndefQuad
 
class  IndefQuad
 
class  Quad
 

Typedefs

typedef float(* float_integrand_fcn) (float x)
 
typedef double(* integrand_fcn) (double x)
 

Variables

OCTAVE_API int quad_integration_error
 

Typedef Documentation

◆ float_integrand_fcn

typedef float(* float_integrand_fcn) (float x)

Definition at line 32 of file Quad.h.

◆ integrand_fcn

typedef double(* integrand_fcn) (double x)

Definition at line 31 of file Quad.h.

Variable Documentation

◆ quad_integration_error

OCTAVE_API int quad_integration_error

Definition at line 41 of file Quad.cc.

Referenced by float_user_function(), and user_function().