GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cfloat>
#include "dColVector.h"
#include "fColVector.h"
#include "lo-math.h"
#include "Quad-opts.h"
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 |
OCTAVE_API int quad_integration_error |
Definition at line 39 of file Quad.cc.
Referenced by quad_float_user_function(), and quad_user_function().