![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "Quad-opts.h"


Public Member Functions | |
| Quad_options (void) | |
| Quad_options (const Quad_options &opt) | |
| ~Quad_options (void) | |
| double | absolute_tolerance (void) const |
| void | init (void) |
| Quad_options & | operator= (const Quad_options &opt) |
| double | relative_tolerance (void) const |
| void | set_absolute_tolerance (double val) |
| void | set_default_options (void) |
| void | set_options (const Quad_options &opt) |
| void | set_relative_tolerance (double val) |
| void | set_single_precision_absolute_tolerance (float val) |
| void | set_single_precision_relative_tolerance (float val) |
| float | single_precision_absolute_tolerance (void) const |
| float | single_precision_relative_tolerance (void) const |
Protected Attributes | |
| bool | reset |
Private Attributes | |
| double | x_absolute_tolerance |
| double | x_relative_tolerance |
| float | x_single_precision_absolute_tolerance |
| float | x_single_precision_relative_tolerance |
Definition at line 12 of file Quad-opts.h.
|
inline |
Definition at line 17 of file Quad-opts.h.
|
inline |
Definition at line 27 of file Quad-opts.h.
|
inline |
Definition at line 49 of file Quad-opts.h.
Definition at line 82 of file Quad-opts.h.
Referenced by DefQuad::do_integrate(), IndefQuad::do_integrate(), print_Quad_options(), and show_Quad_options().
Definition at line 51 of file Quad-opts.h.
|
inline |
Definition at line 35 of file Quad-opts.h.
References reset, x_absolute_tolerance, x_relative_tolerance, x_single_precision_absolute_tolerance, and x_single_precision_relative_tolerance.
Definition at line 85 of file Quad-opts.h.
Referenced by DefQuad::do_integrate(), IndefQuad::do_integrate(), print_Quad_options(), and show_Quad_options().
Definition at line 71 of file Quad-opts.h.
Referenced by Fquad(), and set_Quad_options().
Definition at line 69 of file Quad-opts.h.
|
inline |
Definition at line 60 of file Quad-opts.h.
References reset, x_absolute_tolerance, x_relative_tolerance, x_single_precision_absolute_tolerance, and x_single_precision_relative_tolerance.
Referenced by Fquad().
Definition at line 74 of file Quad-opts.h.
Referenced by Fquad(), and set_Quad_options().
Definition at line 77 of file Quad-opts.h.
Referenced by Fquad(), and set_Quad_options().
Definition at line 80 of file Quad-opts.h.
Referenced by Fquad(), and set_Quad_options().
Definition at line 88 of file Quad-opts.h.
Referenced by FloatDefQuad::do_integrate(), FloatIndefQuad::do_integrate(), print_Quad_options(), and show_Quad_options().
Definition at line 91 of file Quad-opts.h.
Referenced by FloatDefQuad::do_integrate(), FloatIndefQuad::do_integrate(), print_Quad_options(), and show_Quad_options().
|
protected |
Definition at line 103 of file Quad-opts.h.
Referenced by operator=(), and set_options().
|
private |
Definition at line 96 of file Quad-opts.h.
Referenced by operator=(), and set_options().
|
private |
Definition at line 97 of file Quad-opts.h.
Referenced by operator=(), and set_options().
|
private |
Definition at line 98 of file Quad-opts.h.
Referenced by operator=(), and set_options().
|
private |
Definition at line 99 of file Quad-opts.h.
Referenced by operator=(), and set_options().
1.8.1.2