Navigation

Operators and Keywords

Function List:

C++ API

Quad.h File Reference

#include <cfloat>
#include "dColVector.h"
#include "fColVector.h"
#include "lo-math.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  Quad
class  DefQuad
class  IndefQuad
class  FloatDefQuad
class  FloatIndefQuad

Defines

#define octave_Quad_h   1
#define octave_Quad_typedefs   1

Typedefs

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

Variables

OCTAVE_API int quad_integration_error

Define Documentation

#define octave_Quad_h   1

#define octave_Quad_typedefs   1


Typedef Documentation

typedef double(* integrand_fcn)(double x)


Variable Documentation